@Target(value={ANNOTATION_TYPE,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface JsonClassDescription
Annotation used to define a human readable description for annotated
type (class).
Currently used to populate the description field in generated JSON
Schemas.