@SupportedAnnotationTypes(value="org.jvnet.hk2.annotations.Service") @SupportedOptions(value="org.glassfish.hk2.metadata.location") public class ServiceProcessor extends AbstractProcessor
processingEnv
Constructor and Description |
---|
ServiceProcessor() |
Modifier and Type | Method and Description |
---|---|
SourceVersion |
getSupportedSourceVersion()
Gets rid of warnings and this code should work with all source versions
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
Copyright © 2009–2023 Oracle Corporation. All rights reserved.