Package com.fasterxml.jackson.annotation
Annotation Interface JsonClassDescription
@Target({ANNOTATION_TYPE,TYPE})
@Retention(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.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDefines a human-readable description of the class.- Default:
- ""
-