@Qualifier
@Target(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
public @interface DataCenter
A generic binding annotation normally used to bind the DataCenter name.
Internally at Netflix Datacenter is set to 'cloud' for amazon and 'dc' for a
traditional datacenter.