Annotation Type Interceptors


  • @Target({TYPE,METHOD})
    @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
      java.lang.Class[] value
      The actual interceptor classes to apply to the annotated element.
    • Element Detail

      • value

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