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