@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ApiObject
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
A description of what the object contains or represents
|
String |
group
With this it is possible to specify the logical grouping of this object.
|
String |
name
The name of the object, to be referenced by other annotations with an "object" attribute
|
boolean |
show
Whether to build the json documentation for this object or not.
|
public abstract String name
ApiBodyObject,
ApiResponseObjectpublic abstract String description
public abstract boolean show
public abstract String group
Copyright © 2015. All rights reserved.