Hi!
I have two interfaces:
public interface Module1 extends Messages {
@Key("logindialog.username")
String username()
}
public interface Module2 extends Messages {
@Key("useredit.fullname")
String fullname()
}
Is there a way to load keys from one file? I need to have one
properties file with messages to Module1 and Module2
Is this possible?
--
Bartosz MaĆkowski
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---