Locale
Globals.LOCALE_KEY
29303132333435
public class LocaleInjectionFactory implements InjectionHandlerFactory { public InjectionHandler createInjectionHandler(Annotation annotation, Class clazz, PropertyDescriptor inputSetter) { return new LocaleInjectionHandler(); }