Annotation Interface TranslatableText
Annotation that represents a
Translatable- Author:
- cdivilly
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe key of theTranslatableas identified in the specified classClass<?>The type where theTranslatabletext is stored -
Optional Element Summary
Optional Elements
-
Element Details
-
type
Class<?> typeThe type where theTranslatabletext is stored- Returns:
- message type
-
id
String idThe key of theTranslatableas identified in the specified class- Returns:
- message id
-
-
-
arguments
String[] argumentsThe arguments to theTranslatablemessage- Returns:
- message arguments
- Default:
- {}
-