Annotation Type Intercepts
Marks an annotation as being an interceptor marker.
See also
InterceptorHandler
too.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends InterceptorHandler>
The handler to use for that marker. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The interceptors are sorted by this number.
-
Element Details
-
value
Class<? extends InterceptorHandler> valueThe handler to use for that marker. If not set an exception will be thrown.- Returns:
- the handler class to use for that marker.
-
-
-
priority
int priorityThe interceptors are sorted by this number.- Returns:
- the priority of the interceptor.
- Default:
- 0
-