@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Message
Messages
, converting any parameters into message arguments.
In many cases, the message key will be deduced from the method name (if not provided):
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The message key to use.
|
public abstract java.lang.String value