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 SummaryRequired Elements Modifier and Type Required Element Description ApiImplicitParam[]valueA list ofApiImplicitParams available to the API operation.
 
- 
- 
- 
Element Detail- 
valueApiImplicitParam[] value A list ofApiImplicitParams available to the API operation.
 
- 
 
-