@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
-
Element Details
-
value
Class<?> valueDeprecated, for removal: This API element is subject to removal in a future version.The target being intercepted.- Returns:
- the target class being intercepted
-