+ method.getName() + " using " + keyGenerator);
}
}
MethodEntry entry = new MethodEntry(textString, meaningString);
map.put(key, entry);
Description description = method.getAnnotation(Description.class);
if (description != null) {
entry.description = description.value();
}
// use full name to avoid deprecation warnings in the imports
@SuppressWarnings("deprecation")
com.google.gwt.i18n.client.Messages.PluralText pluralText = method
.getAnnotation(com.google.gwt.i18n.client.Messages.PluralText.class);