Mega Code Archive

 
Categories / Java Tutorial / Language
 

Documented

Documented is a marker annotation type used to annotate the declaration of an annotation type so that instances of the annotation type will be included in the documentation. Override annotation type is not annotated using Documented. Deprecated annotation type is annotated @Documented.