org.jboss.metadata.annotation.creator.ejb
Class InterceptorsProcessor<T extends AnnotatedElement>

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.ejb.InterceptorsProcessor<T>
All Implemented Interfaces:
Processor<InterceptorBindingsMetaData,T>

public class InterceptorsProcessor<T extends AnnotatedElement>
extends AbstractFinderUser
implements Processor<InterceptorBindingsMetaData,T>

Version:
$Revision: 76002 $
Author:
Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
InterceptorsProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
 Collection<Class<? extends Annotation>> getAnnotationTypes()
          Get the annotations handled by this processor.
 void process(InterceptorBindingsMetaData metaData, T type)
          Process a piece of meta data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorsProcessor

public InterceptorsProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

process

public void process(InterceptorBindingsMetaData metaData,
                    T type)
Description copied from interface: Processor
Process a piece of meta data.

Specified by:
process in interface Processor<InterceptorBindingsMetaData,T extends AnnotatedElement>
Parameters:
metaData - the meta data
type - the annotated element

getAnnotationTypes

public Collection<Class<? extends Annotation>> getAnnotationTypes()
Description copied from interface: Processor
Get the annotations handled by this processor.

Specified by:
getAnnotationTypes in interface Processor<InterceptorBindingsMetaData,T extends AnnotatedElement>
Returns:
the processed annotation types


Copyright © 2009 JBoss Inc.. All Rights Reserved.