com.sun.tools.jxc.ap
Class AnnotationParser
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.sun.tools.jxc.ap.AnnotationParser
- All Implemented Interfaces:
- javax.annotation.processing.Processor
@SupportedAnnotationTypes(value="javax.xml.bind.annotation.*")
@SupportedOptions(value="jaxb.config")
@SupportedSourceVersion(value=RELEASE_6)
public final class AnnotationParser
- extends javax.annotation.processing.AbstractProcessor
This class behaves as a JAXB Annotation Processor,
It reads the user specified typeDeclarations
and the config files
It also reads config files
- Author:
- Bhakti Mehta (bhakti.mehta@sun.com)
| Fields inherited from class javax.annotation.processing.AbstractProcessor |
processingEnv |
|
Method Summary |
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, getSupportedOptions, getSupportedSourceVersion, isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationParser
public AnnotationParser()
init
public void init(javax.annotation.processing.ProcessingEnvironment processingEnv)
- Specified by:
init in interface javax.annotation.processing.Processor- Overrides:
init in class javax.annotation.processing.AbstractProcessor
process
public boolean process(Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
- Specified by:
process in interface javax.annotation.processing.Processor- Specified by:
process in class javax.annotation.processing.AbstractProcessor
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.