Annotation Interface InterceptorOrder
Annotation that can be applied to interceptors to control their order of execution
in the
The lower the number the higher the priority.
An interceptor with order 1 will be invoked before an interceptor with order 10.
InterceptorChainThe lower the number the higher the priority.
An interceptor with order 1 will be invoked before an interceptor with order 10.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
int valueThe interceptor order. The lower the number the higher the priority.
An interceptor with order 1 will be invoked before an interceptor with order 10.- Returns:
- Default:
- 10
-