Annotation Interface Documented


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Documented
A generic annotation intended to be used for attaching documentation metadata to the getter methods of configuration properties.
Author:
Alex Bogdanovski [[email protected]]