Class StubProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.glassfish.hk2.stub.generator.StubProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.glassfish.hk2.utilities.Stub")
public class StubProcessor
extends AbstractProcessor
- Author:
- jwells
-
Field Summary
Fields inherited from class 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 AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
StubProcessor
public StubProcessor()
-
-
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
-