org.apache.beehive.wsm.jsr181.processor.apt
Class WsmAnnotationProcessorFactory

Object
  extended by WsmAnnotationProcessorFactory
All Implemented Interfaces:
AnnotationProcessorFactory

public class WsmAnnotationProcessorFactory
extends Object
implements AnnotationProcessorFactory


Constructor Summary
WsmAnnotationProcessorFactory()
           
 
Method Summary
 AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
           
 Collection<String> supportedAnnotationTypes()
           
 Collection<String> supportedOptions()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsmAnnotationProcessorFactory

public WsmAnnotationProcessorFactory()
Method Detail

supportedAnnotationTypes

public Collection<String> supportedAnnotationTypes()
Specified by:
supportedAnnotationTypes in interface AnnotationProcessorFactory

supportedOptions

public Collection<String> supportedOptions()
Specified by:
supportedOptions in interface AnnotationProcessorFactory

getProcessorFor

public AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds,
                                           AnnotationProcessorEnvironment env)
Specified by:
getProcessorFor in interface AnnotationProcessorFactory