org.jenkinsci.maven.plugins.hpi
Class AnnotationProcessorFactoryImpl
java.lang.Object
org.jenkinsci.maven.plugins.hpi.AnnotationProcessorFactoryImpl
- All Implemented Interfaces:
- com.sun.mirror.apt.AnnotationProcessorFactory
Deprecated. As the annotation processing has switched to JSR-269,
we no longer need this code.
public class AnnotationProcessorFactoryImpl
- extends java.lang.Object
- implements com.sun.mirror.apt.AnnotationProcessorFactory
- Author:
- Kohsuke Kawaguchi
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 |
AnnotationProcessorFactoryImpl
public AnnotationProcessorFactoryImpl()
- Deprecated.
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.