Package overit.geocall.cdi.qualifiers
Annotation Interface SystemProperty
@Qualifier("systemProperty")
@Target({METHOD,FIELD,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
public @interface SystemProperty
Qualifier used to bind a
Property containing a system configuration-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the configuration name
-