@SupportedSourceVersion(value=RELEASE_7) @SupportedAnnotationTypes(value={}) public class AsnOneBuilder extends AbstractProcessor
processingEnv
Constructor and Description |
---|
AsnOneBuilder() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSupportedAnnotationTypes() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment env) |
boolean |
process(Set<? extends TypeElement> annoations,
RoundEnvironment env) |
getCompletions, getSupportedOptions, isInitialized
public void init(ProcessingEnvironment env)
init
in interface Processor
init
in class AbstractProcessor
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface Processor
getSupportedAnnotationTypes
in class AbstractProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annoations, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2023. All rights reserved.