Package org.objectweb.easybeans.deployment.annotations.metadata

Implementation of EJB 3.0 container

See:
          Description

Class Summary
ClassAnnotationMetadata 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.
EjbJarAnnotationMetadata This class represents the annotation metadata of all classes of an EjbJar file.
FieldAnnotationMetadata This class represents the annotation metadata of a field.
MethodAnnotationMetadata This class represents the annotation metadata of a method.
 

Package org.objectweb.easybeans.deployment.annotations.metadata Description

Implementation of EJB 3.0 container