com.sun.istack.ws
Class AnnotationProcessorFactoryImpl

java.lang.Object
  extended by com.sun.istack.ws.AnnotationProcessorFactoryImpl
All Implemented Interfaces:
AnnotationProcessorFactory

public class AnnotationProcessorFactoryImpl
extends Object
implements AnnotationProcessorFactory


Field Summary
(package private) static Collection<String> supportedAnnotations
           
(package private) static Collection<String> supportedOptions
           
 
Constructor Summary
AnnotationProcessorFactoryImpl()
           
 
Method Summary
 AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment apEnv)
           
 Collection<String> supportedAnnotationTypes()
           
 Collection<String> supportedOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedOptions

static final Collection<String> supportedOptions

supportedAnnotations

static Collection<String> supportedAnnotations
Constructor Detail

AnnotationProcessorFactoryImpl

public AnnotationProcessorFactoryImpl()
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 apEnv)
Specified by:
getProcessorFor in interface AnnotationProcessorFactory