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