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

Implementation of EJB 3.0 container

See:
          Description

Interface Summary
IAnnotationEJB This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @EJB annotation.
IAnnotationResource This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @Resource annotation.
IEJBInterceptors This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @Interceptors annotation.
ITransactionAttribute This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
 

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

Implementation of EJB 3.0 container