Annotation Interface InterceptWith
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Repeatable(InterceptWithContainer.class)
public @interface InterceptWith
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?> value
-
-
-
tag
ru.tinkoff.kora.common.Tag tag- Default:
- @ru.tinkoff.kora.common.Tag({})
-