Annotation Interface ConvertedBy


@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @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: