Module rxmicro.documentation
Package io.rxmicro.documentation
Annotation Type ModelExceptionErrorResponse.List
-
@Documented @Retention(SOURCE) @Target({METHOD,TYPE}) public static @interface ModelExceptionErrorResponse.List
Defines severalModelExceptionErrorResponseannotations on the same element.- Since:
- 0.1
- Author:
- nedis
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ModelExceptionErrorResponse[]valueReturns the severalModelExceptionErrorResponseannotations on the same element.
-
-
-
Element Detail
-
value
ModelExceptionErrorResponse[] value
Returns the severalModelExceptionErrorResponseannotations on the same element.- Returns:
- the several
ModelExceptionErrorResponseannotations on the same element.
-
-