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

Object
  extended by ControlMemberTypeAnnotationProcessorFactory
All Implemented Interfaces:
AnnotationProcessorFactory

public class ControlMemberTypeAnnotationProcessorFactory
extends Object
implements AnnotationProcessorFactory


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

ControlMemberTypeAnnotationProcessorFactory

public ControlMemberTypeAnnotationProcessorFactory()
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