org.kohsuke.stapler
Class AnnotationProcessorFactoryImpl

java.lang.Object
  extended by org.kohsuke.stapler.AnnotationProcessorFactoryImpl
All Implemented Interfaces:
com.sun.mirror.apt.AnnotationProcessorFactory

Deprecated. Requiring 1.6 for development-time. Annotation processing is now a part of the core stapler.

public final class AnnotationProcessorFactoryImpl
extends java.lang.Object
implements com.sun.mirror.apt.AnnotationProcessorFactory

Author:
Kohsuke Kawaguchi

Constructor Summary
AnnotationProcessorFactoryImpl()
          Deprecated.  
 
Method Summary
 com.sun.mirror.apt.AnnotationProcessor getProcessorFor(java.util.Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> set, com.sun.mirror.apt.AnnotationProcessorEnvironment env)
          Deprecated.  
 java.util.Collection<java.lang.String> supportedAnnotationTypes()
          Deprecated.  
 java.util.Collection<java.lang.String> supportedOptions()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessorFactoryImpl

public AnnotationProcessorFactoryImpl()
Deprecated. 
Method Detail

supportedOptions

public java.util.Collection<java.lang.String> supportedOptions()
Deprecated. 
Specified by:
supportedOptions in interface com.sun.mirror.apt.AnnotationProcessorFactory

supportedAnnotationTypes

public java.util.Collection<java.lang.String> supportedAnnotationTypes()
Deprecated. 
Specified by:
supportedAnnotationTypes in interface com.sun.mirror.apt.AnnotationProcessorFactory

getProcessorFor

public com.sun.mirror.apt.AnnotationProcessor getProcessorFor(java.util.Set<com.sun.mirror.declaration.AnnotationTypeDeclaration> set,
                                                              com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Deprecated. 
Specified by:
getProcessorFor in interface com.sun.mirror.apt.AnnotationProcessorFactory


Copyright © 2012. All Rights Reserved.