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