public static class CommandInfo.Converter extends java.lang.Object implements DocConverter<CommandInfo>
DocConverter for
the @CommandInfo
annotation.| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
read(CommandInfo annotation)
Returns a String processed from the contents of the provided
Annotation. |
public java.lang.String read(CommandInfo annotation)
DocConverterAnnotation.
read in interface DocConverter<CommandInfo>annotation - The annotation to process.