@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ConvertedBy
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
.
DocConverter
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends DocConverter> |
value
The
DocConverter
Class that the annotation this is applied to provides to
DocConverter#read(Annotation) . |
public abstract java.lang.Class<? extends DocConverter> value
DocConverter
Class that the annotation this is applied to provides to
DocConverter#read(Annotation)
.