What can the following code be used to do?
public class trainingResource extends WTListResourceBundle{
@RBEntry("hello, {0}!!!")
@RBComment("Bundle \"hello world\" example")
@RBArgComment0("a noun")
public static final String HELLO="0";
}
can it Define a new localized value or is it missing the @RBUUID annotation on the class?