| 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:
|
| 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 Codehaus. All rights reserved.