@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ClassSpecificDictionary
Informs the framework that the field must be resolved in the dictionary by
prefixing its name with the className (by default all the fields with the same name
resolved to the same translation)