Package com.jagrosh.jdautilities.doc
Annotation Interface ConvertedBy
Specifies an
Annotation
can be converted
using the specified DocConverter
value.
Only annotations with this annotation applied to it are valid for processing
via an instance of DocGenerator
.
- Since:
- 2.0
- Author:
- Kaidan Gustave
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends DocConverter>
TheDocConverter
Class that the annotation this is applied to provides toDocConverter#read(Annotation)
.
-
Element Details
-
value
Class<? extends DocConverter> valueTheDocConverter
Class that the annotation this is applied to provides toDocConverter#read(Annotation)
.- Returns:
- The DocConverter Class to use.
-