org.apache.beehive.controls.runtime.generator.apt
Class ControlSecondaryAnnotationProcessorFactory

Object
  extended by ControlSecondaryAnnotationProcessorFactory
All Implemented Interfaces:
AnnotationProcessorFactory

public class ControlSecondaryAnnotationProcessorFactory
extends Object
implements AnnotationProcessorFactory


Constructor Summary
ControlSecondaryAnnotationProcessorFactory()
           
 
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

ControlSecondaryAnnotationProcessorFactory

public ControlSecondaryAnnotationProcessorFactory()
Method Detail

supportedOptions

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

supportedAnnotationTypes

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

getProcessorFor

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