com.bm.ejb3metadata.annotations.metadata |
EJB 3.0
Implementation of meta data analysis for EJB 3.0
|
Java Source File Name | Type | Comment |
ClassAnnotationMetadata.java | Class | This class represents the annotation metadata of a Bean.
From this class, we can access to all methods of a bean with its associated
information. |
CommonAnnotationMetadata.java | Class | Defines Metadata shared by Field, Method and Classes. |
EjbJarAnnotationMetadata.java | Class | This class represents the annotation metadata of all classes of an EjbJar
file. |
FieldAnnotationMetadata.java | Class | This class represents the annotation metadata of a field. |
MetaDataCache.java | Class | |
MethodAnnotationMetadata.java | Class | This class represents the annotation metadata of a method. |