org.jboss.logging.processor.apt
Class LoggingToolsProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jboss.logging.processor.apt.LoggingToolsProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value="*")
@SupportedOptions(value="debug")
@SupportedSourceVersion(value=RELEASE_6)
public class LoggingToolsProcessor
- extends AbstractProcessor
The main annotation processor for JBoss Logging Tooling.
- Author:
- James R. Perkins, Kevin Pollet - SERLI - (kevin.pollet@serli.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG_OPTION
public static final String DEBUG_OPTION
- See Also:
- Constant Field Values
LoggingToolsProcessor
public LoggingToolsProcessor()
- Default constructor.
init
public void init(ProcessingEnvironment processingEnv)
- Specified by:
init
in interface Processor
- Overrides:
init
in class AbstractProcessor
getSupportedOptions
public Set<String> getSupportedOptions()
- Specified by:
getSupportedOptions
in interface Processor
- Overrides:
getSupportedOptions
in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.