@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Intercepts
InterceptorHandler
too.Modifier and Type | Required Element and Description |
---|---|
Class<? extends InterceptorHandler> |
value
The handler to use for that marker.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
priority
The interceptors are sorted by this number.
|
public abstract Class<? extends InterceptorHandler> value
public abstract int priority
1.1.5 - Copyright © 2018 Talend Component Kit Documentation