Interface AutoAddScopeBuildItem.MatchPredicate

Enclosing class:
AutoAddScopeBuildItem

public static interface AutoAddScopeBuildItem.MatchPredicate
  • Method Details

    • test

      boolean test(org.jboss.jandex.ClassInfo clazz, Collection<org.jboss.jandex.AnnotationInstance> annotations, org.jboss.jandex.IndexView index)
      Parameters:
      clazz -
      annotations - The current set of (possibly transformed) annotations
      index -
      Returns:
      true if the input arguments match the predicate, false otherwise
    • and