@Target(value=METHOD)
@Retention(value=CLASS)
@Documented
@Deprecated
public @interface Message
| Modifier and Type | Fields and 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 and Description |
|---|---|
java.lang.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 static final int INHERIT
public abstract java.lang.String value
public abstract int id
INHERIT.public abstract Message.Format format
Message.Format.PRINTF).Copyright © 2015 Red Hat, Inc.