@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ApiParams
ApiParam| Modifier and Type | Optional Element and Description |
|---|---|
ApiPathParam[] |
pathparams
An array of ApiPathParam annotations
|
ApiQueryParam[] |
queryparams
An array of ApiQueryParam annotations
|
public abstract ApiQueryParam[] queryparams
ApiQueryParampublic abstract ApiPathParam[] pathparams
ApiPathParamCopyright © 2015. All rights reserved.