Annotation Interface InterceptorOrder
-
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
-