@Retention(value=RUNTIME) @Documented @Target(value=ANNOTATION_TYPE) public @interface TranslatableText
Translatable
Modifier and Type | Required Element and Description |
---|---|
String |
id
The key of the
Translatable as identified in the specified class |
Class<?> |
type
The type where the
Translatable text is stored |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
arguments
The arguments to the
Translatable message |
public abstract Class<?> type
Translatable
text is storedpublic abstract String id
Translatable
as identified in the specified classpublic abstract String[] arguments
Translatable
messageOracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.