org.jboss.metadata.annotation.creator
Class PostConstructMethodProcessor

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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
PostConstructMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 void process(RemoteEnvironmentRefsGroupMetaData metaData, Method element)
           
 
Methods inherited from class org.jboss.metadata.annotation.creator.AbstractLifeCycleMethodProcessor
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostConstructMethodProcessor

public PostConstructMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
Parameters:
finder -
Method Detail

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.