Annotation Interface ApplyMiddleware.List
- Enclosing class:
- ApplyMiddleware
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public static @interface ApplyMiddleware.List
The
ApplyMiddleware.List annotation is used to repeat the ApplyMiddleware
annotation.- Since:
- 3.4.0-SNAPSHOT
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionApplyMiddleware @NotNull []Specifies an array ofApplyMiddlewareannotations.
-
Element Details
-
value
ApplyMiddleware @NotNull [] valueSpecifies an array ofApplyMiddlewareannotations.- Returns:
- An array of the
ApplyMiddlewareinstances.
-