Interface AnnotationScanner

    • Method Detail

      • isAnnotation

        boolean isAnnotation​(String value)
        Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner
        Returns:
        true if it is an annotation reference
      • getAnnotations

        Set<String> getAnnotations()
        Returns a list of FQCN of annotations we are interested in.
        Returns:
        a list of fully qualified class name list of annotations.