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