com.sun.tools.xjc.reader.xmlschema.bindinfo
Class AnnotationParserFactoryImpl
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl
- All Implemented Interfaces:
- com.sun.xml.xsom.parser.AnnotationParserFactory
public class AnnotationParserFactoryImpl
- extends Object
- implements com.sun.xml.xsom.parser.AnnotationParserFactory
Implementation of XSOM AnnotationParserFactory that
parses JAXB customization declarations.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
Method Summary |
com.sun.xml.xsom.parser.AnnotationParser |
create()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationParserFactoryImpl
public AnnotationParserFactoryImpl(Options opts)
create
public com.sun.xml.xsom.parser.AnnotationParser create()
- Specified by:
create in interface com.sun.xml.xsom.parser.AnnotationParserFactory
Copyright © 2014 Oracle Corporation. All Rights Reserved.