@Target(value=METHOD) @Retention(value=CLASS) @Documented @Deprecated public @interface Message
Modifier and Type | Required Element and Description |
---|---|
String |
value
Deprecated.
The default format string of this message.
|
Modifier and Type | Optional Element and Description |
---|---|
Message.Format |
format
Deprecated.
The format type of this method (defaults to
Message.Format.PRINTF ). |
int |
id
Deprecated.
The message ID number.
|
public abstract String value
public abstract int id
INHERIT
.public abstract Message.Format format
Message.Format.PRINTF
).Copyright © 2018 JBoss by Red Hat. All rights reserved.