Annotation Interface Intercepted


@Documented @Retention(CLASS) @Inherited @Qualifier @Target(TYPE) public @interface Intercepted
Indicates that type identified by value() is being intercepted.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The target being intercepted.
  • Element Details

    • value

      Class<?> value
      The target being intercepted.
      Returns:
      the target class being intercepted