@Target(METHOD) @Retention(CLASS) @Documented @Deprecated public @interface Message
| Modifier and Type | Fields | Description |
|---|---|---|
static int |
INHERIT |
Deprecated.
Indicates that this message should inherit the ID from another message with the same name.
|
static int |
NONE |
Deprecated.
Indicates that this message has no ID.
|
| Modifier and Type | Required Element | Description |
|---|---|---|
String |
value |
Deprecated.
The default format string of this message.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
Message.Format |
format |
Deprecated.
The format type of this method (defaults to
Message.Format.PRINTF). |
int |
id |
Deprecated.
The message ID number.
|
static final int INHERIT
String value
int id
INHERIT.Message.Format format
Message.Format.PRINTF).Copyright © 2019 JBoss by Red Hat. All rights reserved.