com.sun.tools.jxc.apt
Class AnnotationParser

java.lang.Object
  extended by com.sun.tools.jxc.apt.AnnotationParser

final class AnnotationParser
extends java.lang.Object

This class behaves as a JAXB Annotation Processor, It reads the user specified typeDeclarations and the config files It also reads config files


Constructor Summary
AnnotationParser(java.util.Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
           
 
Method Summary
 AnnotationProcessorEnvironment getEnv()
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParser

AnnotationParser(java.util.Set<AnnotationTypeDeclaration> atds,
                 AnnotationProcessorEnvironment env)
Method Detail

getEnv

public AnnotationProcessorEnvironment getEnv()

process

public void process()