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, PostActivateMethodProcessor, PostConstructMethodProcessor, PreDestroyMethodProcessor, PrePassivateMethodProcessor, 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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.