Processor
@SupportedOptions({"debug","org.jboss.logging.tools.expressionProperties","org.jboss.logging.tools.addGeneratedAnnotation"}) public class LoggingToolsProcessor extends AbstractProcessor
Modifier and Type | Field | Description |
---|---|---|
static String |
DEBUG_OPTION |
Constructor | Description |
---|---|
LoggingToolsProcessor() |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
Set<String> |
getSupportedAnnotationTypes() |
|
Set<String> |
getSupportedOptions() |
|
SourceVersion |
getSupportedSourceVersion() |
|
void |
init(ProcessingEnvironment processingEnv) |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions
public static final String DEBUG_OPTION
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 void init(ProcessingEnvironment processingEnv)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2018. All rights reserved.