JavaScript is disabled on your browser.
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jboss.logging.processor.apt.LoggingToolsProcessor
All Implemented Interfaces:
javax.annotation.processing.Processor
@SupportedAnnotationTypes(value="*")
@SupportedOptions(value="debug")
@SupportedSourceVersion(value=RELEASE_6)
public class LoggingToolsProcessor
extends javax.annotation.processing.AbstractProcessor
The main annotation processor for JBoss Logging Tooling.
Author:
James R. Perkins , Kevin Pollet - SERLI - (kevin.pollet@serli.com)
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
Method Summary
Methods
Modifier and Type
Method and Description
Set <String >
getSupportedOptions ()
void
init (javax.annotation.processing.ProcessingEnvironment processingEnv)
boolean
process (Set <? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedSourceVersion, isInitialized
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.