Annotation Type Interceptor


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Interceptor
Explicitly specify that a class is an interceptor class. Note that in many cases, it is possible for the container to implicitly determine that a class is an interceptor class without the presence of this annotation; in particular, a deployment descriptor or @Interceptors annotation can also identify an interceptor class.