Package io.micronaut.aop
Annotation Type InterceptorBindingDefinitions
-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,TYPE}) public @interface InterceptorBindingDefinitions
Repeatable wrapper forInterceptorBinding
.- Since:
- 2.4.0
- See Also:
InterceptorBinding
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description InterceptorBinding[]
value
-
-
-
Element Detail
-
value
InterceptorBinding[] value
- Returns:
- The interceptor binding definitions.
-
-