Package org.glassfish.hk2.xml.tools
Class Hk2XmlGenerator
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.glassfish.hk2.xml.tools.Hk2XmlGenerator
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.glassfish.hk2.xml.api.annotations.Hk2XmlPreGenerate")
public class Hk2XmlGenerator
extends AbstractProcessor
- Author:
- jwells
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets rid of warnings and this code should work with all source versionsbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
Hk2XmlGenerator
public Hk2XmlGenerator()
-
-
Method Details
-
getSupportedSourceVersion
Gets rid of warnings and this code should work with all source versions- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-