Package org.kohsuke.stapler.jsr269
Class ExportedBeanAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.kohsuke.stapler.export.Exported")
@MetaInfServices(javax.annotation.processing.Processor.class)
public class ExportedBeanAnnotationProcessor
extends AbstractProcessor
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected FileObject
createResource
(String name) protected void
protected void
protected String
getJavadoc
(Element md) protected FileObject
getResource
(String name) protected void
boolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) protected String
protected void
writePropertyFile
(Properties p, String name) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
ExportedBeanAnnotationProcessor
public ExportedBeanAnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-
toString
-
error
-
error
-
getJavadoc
-
notice
-
writePropertyFile
- Throws:
IOException
-
getResource
- Throws:
IOException
-
createResource
- Throws:
IOException
-