{
public InjectionHandler createInjectionHandler(Annotation annotation, Class clazz, PropertyDescriptor inputSetter)
{
InjectMessageResourcesHelper resourcesAnnotation = (InjectMessageResourcesHelper) annotation;
return new MessageResourcesHelperInjectionHandler(resourcesAnnotation.bundle());
}
}