-
@Target(TYPE) @Retention(SOURCE) @Repeatable(ApiCommonResponses.class) @Inherited public @interface ApiCommonResponse
Document a common Response on class level, the response will be added to every method inside that class. An @ApiResponse defined on the method with the same status will be favoured.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionDescription of the response.ApiStatusstatusStatus of the response.
-