org.jboss.metadata.annotation.creator
Class AbstractLifeCycleMethodProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
AbstractLifeCycleMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 LifecycleCallbackMetaData create(Method element)
          Create a piece of meta data based on the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLifeCycleMethodProcessor

public AbstractLifeCycleMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

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.