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