|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={ANNOTATION_TYPE,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface JsonClassDescriptionAnnotation 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 | |
|---|---|
String |
value
Defines a human readable description of the class. |
public abstract String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||