Annotation Type Interceptors


@Target({TYPE,METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface Interceptors
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The actual interceptor classes to apply to the annotated element.
  • Element Details

    • value

      Class[] value
      The actual interceptor classes to apply to the annotated element.
      Returns:
      the interceptor classes