org.deegree.commons.processors
Class LoggingAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by 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 $

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
LoggingAnnotationProcessor()
           
 
Method Summary
 void init(ProcessingEnvironment env)
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAnnotationProcessor

public LoggingAnnotationProcessor()
Method Detail

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.