Annotation Type APIResponses


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    public @interface APIResponses
    The ApiResponses annotation is a container for @ApiResponse annotations. When used on a method it is treated as if each ApiResponse annotation were applied individually.
    See Also:
    Responses Object
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      APIResponse[] value
      An array of APIResponse annotations
    • Element Detail

      • value

        APIResponse[] value
        An array of APIResponse annotations
        Returns:
        the array of the APIResponse
        Default:
        {}