Package org.objectweb.easybeans.deployment.annotations.analyzer.method

Implementation of EJB 3.0 container

See:
          Description

Class Summary
JavaxAnnotationPostConstructVisitor This class manages the handling of @PostConstruct annotation.
JavaxAnnotationPreDestroyVisitor This class manages the handling of @PreDestroy annotation.
JavaxEjbInitVisitor This class manages the handling of @Init annotation.
JavaxEjbPostActivateVisitor This class manages the handling of @PostActivate annotation.
JavaxEjbPrePassivateVisitor This class manages the handling of @PrePassivate annotation.
JavaxEjbRemoveVisitor This class manages the handling of @Remove annotation.
JavaxEjbTimeoutVisitor This class manages the handling of @Timeout annotation.
JavaxInterceptorAroundInvokeVisitor This class manages the handling of @AroundInvoke annotation.
JavaxInterceptorExcludeClassInterceptorsVisitor This class manages the handling of @ExcludeClassInterceptors annotation.
 

Package org.objectweb.easybeans.deployment.annotations.analyzer.method Description

Implementation of EJB 3.0 container