Package | Description |
---|---|
org.codehaus.mojo.jaxb2.schemageneration |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc |
Modifier and Type | Method and Description |
---|---|
static int |
XsdGeneratorHelper.insertJavaDocAsAnnotations(org.apache.maven.plugin.logging.Log log,
File outputDir,
SearchableDocumentation docs,
JavaDocRenderer renderer)
Inserts XML documentation annotations into all generated XSD files found within the
supplied outputDir.
|
Modifier and Type | Method and Description |
---|---|
SearchableDocumentation |
JavaDocExtractor.process()
Processes all supplied Java source Files and URLs to extract JavaDocData for all ClassLocations from which
JavaDoc has been collected.
|
Constructor and Description |
---|
XsdAnnotationProcessor(SearchableDocumentation docs,
JavaDocRenderer renderer)
Creates an XsdAnnotationProcessor that uses the supplied/generated SearchableDocumentation to read all
JavaDoc structures and the supplied JavaDocRenderer to render JavaDocs into XSD documentation annotations.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.