Class ResourceAdapterAnnotationScanner

    • Constructor Detail

      • ResourceAdapterAnnotationScanner

        public ResourceAdapterAnnotationScanner()
        Creates a new instance of RA AnotationScanner
    • Method Detail

      • isAnnotation

        public boolean isAnnotation​(String value)
        Test if the passed constant pool string is a reference to a Type.TYPE annotation of a J2EE component
        Specified by:
        isAnnotation in interface AnnotationScanner
        Returns:
        true if it is a J2EE annotation reference
      • getAnnotations

        public Set<String> getAnnotations()
        Description copied from interface: AnnotationScanner
        Returns a list of FQCN of annotations we are interested in.
        Specified by:
        getAnnotations in interface AnnotationScanner
        Returns:
        a list of fully qualified class name list of annotations.