Class | Description |
---|---|
I18N |
Helper class with bundle-independent code, that can be reused by other I18N classes local to each plug-in.
|
Util |
Shared utility methods.
|
Annotation Type | Description |
---|---|
I18N.TranslatableMessage |
Used to mark a
public static String field of a class as an externalized string, whose actual value will
depend on the locale used at runtime. |