Package overit.geocall.cdi.qualifiers
Annotation Interface Tool
@Qualifier("tool")
@Target({METHOD,TYPE,FIELD,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
public @interface Tool
Qualifier used to specify a reference to any bean given its type.
-
Required Element Summary
Required Elements
-
Element Details
-
value
The class of the bean that will be referenced- Returns:
- the bean's class
-