Uses of Interface
com.sun.enterprise.deployment.annotation.introspection.AnnotationScanner
-
Packages that use AnnotationScanner Package Description com.sun.enterprise.deployment.annotation.introspection com.sun.enterprise.deployment.util -
-
Uses of AnnotationScanner in com.sun.enterprise.deployment.annotation.introspection
Classes in com.sun.enterprise.deployment.annotation.introspection that implement AnnotationScanner Modifier and Type Class Description classAbstractAnnotationScannerAbstract superclass for instance-based annotation scanners.classAppClientPersistenceDependencyAnnotationScannerScans for annotations relevant to persistence units that indicate an app client depends on at least one persistence unit.classDefaultAnnotationScannerThis class contains the list of all annotations types name which can be present at the class level (Type.TYPE).classEjbComponentAnnotationScannerThis class contains the following annotation type: jakarta.ejb.Stateless jakarta.ejb.Stateful jakarta.ejb.MessageDrivenclassResourceAdapterAnnotationScannerConstructors in com.sun.enterprise.deployment.annotation.introspection with parameters of type AnnotationScanner Constructor Description ConstantPoolInfo(AnnotationScanner scanner) -
Uses of AnnotationScanner in com.sun.enterprise.deployment.util
Fields in com.sun.enterprise.deployment.util declared as AnnotationScanner Modifier and Type Field Description protected AnnotationScannerAnnotationDetector. scannerConstructors in com.sun.enterprise.deployment.util with parameters of type AnnotationScanner Constructor Description AnnotationDetector(AnnotationScanner scanner)ConnectorAnnotationDetector(AnnotationScanner scanner)
-