Annotation Interface Intercepted


@Deprecated(forRemoval=true, since="4.0.8") @Documented @Retention(CLASS) @Inherited @Qualifier @Target(TYPE) public @interface Intercepted
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Indicates that type identified by value() is being intercepted.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The target being intercepted.
  • Element Details

    • value

      Class<?> value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The target being intercepted.
      Returns:
      the target class being intercepted