Package org.jboss.metadata.annotation.creator

Interface Summary
Creator<E,MD> Based on the element meta data is created by scanning the appropriate annotation and creating the right meta data.
Processor<MD,T> Creates and places a piece of meta data into the right place.
 

Class Summary
AbstractComponentProcessor<MD> A base javaee component processor.
AbstractEJBProcessor<E extends AnnotatedElement>  
AbstractFinderUser Comment
AbstractLifeCycleMethodProcessor Base of the lifecycle type processors
AbstractPersistenceContextProcessor<E extends AnnotatedElement> Base class for @PersistenceContext processors
AbstractResourceProcessor<E extends AnnotatedElement> Base processor for @Resource annotations.
AbstractRunAsProcessor  
DeclareRolesProcessor  
EJBClassProcessor  
EJBFieldProcessor  
EJBMethodProcessor  
EJBsClassProcessor Process a collection of EJB references
PersistenceContextClassProcessor  
PersistenceContextFieldProcessor  
PersistenceContextMethodProcessor  
PostConstructMethodProcessor Translate @PostConstruct into LifecycleCallbackMetaData for EnvironmentRefsGroupMetaData
PreDestroyMethodProcessor Translate @PreDestroy into LifecycleCallbackMetaData for EnvironmentRefsGroupMetaData
ProcessorUtils  
ResourceClassProcessor If the annotation is applied to a class, the annotation declares a resource that the application will look up at runtime.
ResourceFieldProcessor  
ResourceMethodProcessor  
ResourcesClassProcessor If the annotation is applied to a class, the annotation declares a resource that the application will look up at runtime.
 



Copyright ? 2008 JBoss, A division of Red Hat. All Rights Reserved.