public interface IMessageType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
value()
return this message type which belong any component;
such as log message, exception message; By implement bundle, the result must match the format:[type:]<full-path>. For example, Log:resource/i18n/Log |