Package com.fasterxml.jackson.annotation
Annotation Type JsonPropertyDescription
- 
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface JsonPropertyDescriptionAnnotation used to define a human-readable description for a logical property. Currently used to populate the description field in generated JSON Schemas.- Since:
 - 2.3
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueDefines a human-readable description of the logical property. 
 -