|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Msg
An annotation to specify a validation message.
Required Element Summary | |
---|---|
String |
key
The key. |
Optional Element Summary | |
---|---|
String |
bundle
The resource bundle name. |
boolean |
resource
Whether the key is a message resource. |
Element Detail |
---|
public abstract String key
public abstract String bundle
public abstract boolean resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |