Annotation Interface RBNameException


@Retention(RUNTIME) @Target(TYPE) public @interface RBNameException
Overrides WTListResourceBundle's name validation, allowing an illegitimately-named resource bundle to load (provided there aren't other validation issues). This override is necessary only for invalidly named classes representing the default locale.

Note: If you apply this annotation, you are required to notify the localization team and get their approval. Failure to do this will mean that your file will not get translated.

Supported API: true
Extendable: false

See Also: