-
@Target(METHOD) @Retention(SOURCE) @Repeatable(ApiResponses.class) public @interface ApiResponse
Document a Response.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionDescription of the response.ApiStatusstatusStatus of the response.
-