Package com.sun.xml.xsom.parser
Interface AnnotationParserFactory
-
- All Known Implementing Classes:
DomAnnotationParserFactory
public interface AnnotationParserFactory
Factory forAnnotationParser
.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationParser
create()
-
-
-
Method Detail
-
create
AnnotationParser create()
-
-