org.jboss.metadata.annotation.creator
Class AbstractLifeCycleMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractLifeCycleMethodProcessor
- All Implemented Interfaces:
- Creator<Method,LifecycleCallbackMetaData>
- Direct Known Subclasses:
- PostActivateMethodProcessor, PostConstructMethodProcessor, PreDestroyMethodProcessor, PrePassivateMethodProcessor
public class AbstractLifeCycleMethodProcessor
- extends AbstractFinderUser
- implements Creator<Method,LifecycleCallbackMetaData>
Base of the lifecycle type processors
- Version:
- $Revision: 67161 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLifeCycleMethodProcessor
public AbstractLifeCycleMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
create
public LifecycleCallbackMetaData create(Method element)
- Description copied from interface:
Creator
- Create a piece of meta data based on the given element.
- Specified by:
create in interface Creator<Method,LifecycleCallbackMetaData>
- Parameters:
element - the element
- Returns:
- the meta data or null if nothing interesting is found
Copyright ? 2008 JBoss, A division of Red Hat. All Rights Reserved.