Package io.swagger.annotations
Annotation Type ApiImplicitParams
-
@Target({METHOD,ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface ApiImplicitParams
A wrapper to allow a list of multipleApiImplicitParam
objects.- See Also:
ApiImplicitParam
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ApiImplicitParam[]
value
A list ofApiImplicitParam
s available to the API operation.
-
-
-
Element Detail
-
value
ApiImplicitParam[] value
A list ofApiImplicitParam
s available to the API operation.
-
-