@Deprecated(forRemoval=true,
since="4.0.8")
@Qualifier
@Documented
@Retention(RUNTIME)
public @interface ClassNamed
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
This annotation is effectively the same as
Named where the Named.value() is a Class
name instead of a String.-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueDeprecated, for removal: This API element is subject to removal in a future version.The class used will function as the name.- Returns:
- the class
-