@SupportedAnnotationTypes(value="*") @SupportedOptions(value="debug") public class LoggingToolsProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_OPTION |
processingEnv
Constructor and Description |
---|
LoggingToolsProcessor()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSupportedAnnotationTypes() |
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, isInitialized
public static final String DEBUG_OPTION
public void init(ProcessingEnvironment processingEnv)
init
in interface Processor
init
in class AbstractProcessor
public Set<String> getSupportedOptions()
getSupportedOptions
in interface Processor
getSupportedOptions
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> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2023 JBoss by Red Hat. All rights reserved.