org.jboss.metadata.annotation.creator
Class PostConstructMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractLifeCycleMethodProcessor
org.jboss.metadata.annotation.creator.PostConstructMethodProcessor
- All Implemented Interfaces:
- Creator<Method,LifecycleCallbackMetaData>, Processor<RemoteEnvironmentRefsGroupMetaData,Method>
public class PostConstructMethodProcessor
- extends AbstractLifeCycleMethodProcessor
- implements Processor<RemoteEnvironmentRefsGroupMetaData,Method>
Translate @PostConstruct into LifecycleCallbackMetaData for
EnvironmentRefsGroupMetaData
- Version:
- $Revision: 72364 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostConstructMethodProcessor
public PostConstructMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
- Parameters:
finder -
process
public void process(RemoteEnvironmentRefsGroupMetaData metaData,
Method element)
- Specified by:
process in interface Processor<RemoteEnvironmentRefsGroupMetaData,Method>
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.