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