| Interface | Description |
|---|---|
| CommentVisitor |
| Class | Description |
|---|---|
| BaseJavadoc | |
| ClassJavadoc | |
| Comment |
Comment text that may contain inline tags.
|
| CommentElement | |
| CommentFormatter |
Performs basic conversion of a Comment into a String.
|
| CommentText | |
| FieldJavadoc | |
| InlineLink | |
| InlineTag | |
| InlineValue | |
| Link | |
| MethodJavadoc | |
| OtherJavadoc |
Unstructured tag with a name and comment.
|
| ParamJavadoc | |
| RuntimeJavadoc |
Allows access to Javadoc elements at runtime for code that was compiled using the
therapi-runtime-javadoc-scribe annotation processor. |
| SeeAlsoJavadoc |
Represents a
@see tag on a class or method. |
| SeeAlsoJavadoc.HtmlLink | |
| ThrowsJavadoc | |
| ToHtmlStringCommentVisitor | |
| ToTextListCommentVisitor | |
| Value |
| Enum | Description |
|---|---|
| SeeAlsoJavadoc.SeeAlsoType |
| Annotation Type | Description |
|---|---|
| RetainJavadoc |
Indicates the annotated element should have its Javadoc made available at runtime,
even if it's not in one of the packages specified by the
javadoc.packages
annotation processor option. |