Interface | Description |
---|---|
JavaDocRenderer |
Specification for how to convert/render JavaDocData into an XML annotation.
|
SearchableDocumentation |
Specification for a Map of SortableLocations correlated to their respective JavaDocData.
|
SortableLocation |
Common specification for a JavaDoc location which can be compared and sorted.
|
Class | Description |
---|---|
DefaultJavaDocRenderer |
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, on the form:
[JavaDoc comment]
(tag1): [tag1 value]
(tag2): [tag2 value]
|
JavaDocData |
Simplified structure containing comments and tags read from a JavaDoc comment block.
|
JavaDocExtractor |
The schemagen tool operates on compiled bytecode, where JavaDoc comments are not present.
|
XsdAnnotationProcessor |
Node processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code
into ComplexTypes, Elements and Attributes.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.