@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Localised
When using this annotation at a method, you should consider letting the corresponding class
implement LocalisedString.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |