Hi,
I have wrote an interface containing this method:
String errorRemovingWidget(@Select Type type);
Type is an enum.
The properties file contains:
errorRemovingWidget=Could not remove widget from dashboard
errorRemovingWidget[A]=Could not remove an A from dashboard
errorRemovingWidget[B]=Could not remove an B from dashboard
But it doesn't work. How the properties file messages should be formatted to work with the Select?