Interface | Description |
---|---|
AnnotationScanner |
This interface allows custom annotation scanner to be created.
|
CustomAnnotationScanner |
This interface allows custom annotation scanner to be created.
|
Class | Description |
---|---|
AbstractAnnotationScanner |
Abstract superclass for instance-based annotation scanners.
|
AppClientPersistenceDependencyAnnotationScanner |
Scans for annotations relevant to persistence units that indicate an app
client depends on at least one persistence unit.
|
ClassFile |
This class is encapsulating binary .class file information as
defined at
http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html
This is used by the annotation frameworks to quickly scan .class files
for the presence of annotations.
|
ConstantPoolInfo | |
DefaultAnnotationScanner |
This class contains the list of all annotations types name
which can be present at the class level (Type.TYPE).
|
EjbComponentAnnotationScanner |
This class contains the following annotation type:
javax.ejb.Stateless
javax.ejb.Stateful
javax.ejb.MessageDriven
|
ResourceAdapterAnnotationScanner |
Copyright © 2020. All rights reserved.