|
JBoss Logging 3.0.0.Beta5-SNAPSHOT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Message
Assigns a message string to a resource method. The method arguments are used to supply the positional parameter values for the method.
Required Element Summary | |
---|---|
String |
value
The default format string of this message. |
Optional Element Summary | |
---|---|
Message.Format |
format
The format type of this method (defaults to Message.Format.PRINTF ). |
int |
id
The message ID number. |
Element Detail |
---|
public abstract String value
public abstract int id
INHERIT
.
public abstract Message.Format format
Message.Format.PRINTF
).
|
JBoss Logging 3.0.0.Beta5-SNAPSHOT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |