com.sun.istack.ws
Class AnnotationProcessorFactoryImpl
java.lang.Object
com.sun.istack.ws.AnnotationProcessorFactoryImpl
- All Implemented Interfaces:
- AnnotationProcessorFactory
public class AnnotationProcessorFactoryImpl
- extends Object
- implements AnnotationProcessorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedOptions
static final Collection<String> supportedOptions
supportedAnnotations
static Collection<String> supportedAnnotations
AnnotationProcessorFactoryImpl
public AnnotationProcessorFactoryImpl()
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