com.bm.ejb3metadata.annotations.analyzer |
EJB 3.0
Implementation of meta data analysis for EJB 3.0
|
Java Source File Name | Type | Comment |
AbsAnnotationVisitor.java | Class | This class manages the setter/getter of annotation visitor. |
AnnotationDeploymentAnalyzer.java | Class | This class finds the annotated class and fill metadata class. |
AnnotationType.java | Interface | |
EnumAnnotationVisitor.java | Class | This class manages the handling of enum values. |
JavaxAnnotationResourceVisitor.java | Class | This class manages the handling of @
javax.annotation.Resource annotation. |
JavaxEjbEJBVisitor.java | Class | This class manages the handling of @
javax.ejb.EJB annotation. |
JavaxEjbTransactionAttributeVisitor.java | Class | This class manages the handling of @
javax.ejb.TransactionAttribute annotation. |
JavaxInterceptorInterceptorsVisitor.java | Class | This class manages the handling of @
javax.interceptor.Interceptors annotation. |
JavaxPersistencePersistenceContextVisitor.java | Class | This class manages the handling of @
javax.persistence.PersistenceContext annotation. |
JavaxPersistencePersistenceUnitVisitor.java | Class | This class manages the handling of @
javax.persistence.PersistenceUnit annotation. |
ObjectAnnotationVisitor.java | Class | This class manages the handling of single type like String name(). |
ObjectArrayAnnotationVisitor.java | Class | This class manages the handling of Array[] type like String[] value(). |
ScanClassVisitor.java | Class | This classes analyses a given class and build/fill meta data information. |
ScanCommonVisitor.java | Class | This classes analyses annotation (could be class, method, attribute, etc). |
ScanFieldVisitor.java | Class | This classes analyses a given field and build/fill meta data information. |
ScanMethodVisitor.java | Class | This classes analyses a given method and build/fill meta data information. |