Annotation Type InterceptorOrder
-
@Target(TYPE) @Retention(RUNTIME) public @interface InterceptorOrder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueThe interceptor order.
-
@Target(TYPE) @Retention(RUNTIME) public @interface InterceptorOrder
| Modifier and Type | Optional Element | Description |
|---|---|---|
int |
value |
The interceptor order.
|