org.deegree.commons.processors
Class LoggingAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.deegree.commons.processors.LoggingAnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value={"org.deegree.commons.annotations.PackageLoggingNotes","org.deegree.commons.annotations.LoggingNotes"})
@SupportedSourceVersion(value=RELEASE_6)
@SupportedOptions(value="log4j.outputdir")
public class LoggingAnnotationProcessor
- extends AbstractProcessor
LoggingAnnotationProcessor
- Version:
- $Revision: 29567 $, $Date: 2011-02-07 18:12:17 +0100 (Mon, 07 Feb 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingAnnotationProcessor
public LoggingAnnotationProcessor()
init
public void init(ProcessingEnvironment env)
- Specified by:
init
in interface Processor
- Overrides:
init
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 © 2011. All Rights Reserved.