com.sun.tools.xjc.reader.xmlschema.bindinfo
Class AnnotationParserFactoryImpl

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl
All Implemented Interfaces:
AnnotationParserFactory

public class AnnotationParserFactoryImpl
extends Object
implements AnnotationParserFactory

Implementation of XSOM AnnotationParserFactory that parses JAXB customization declarations.


Constructor Summary
AnnotationParserFactoryImpl(Options opts)
           
 
Method Summary
 AnnotationParser create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParserFactoryImpl

public AnnotationParserFactoryImpl(Options opts)
Method Detail

create

public AnnotationParser create()
Specified by:
create in interface AnnotationParserFactory