Interface AutoAddScopeBuildItem.MatchPredicate

    • Method Detail

      • 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