|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=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.
| Optional Element Summary | |
|---|---|
String |
value
Defines a human readable description of the logical property. |
public abstract String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||