public interface ConfigConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NON_NEGATIVE_NUMBER_ERROR_MSG
The value of messages used to indicate that the configuration should be a non-negative number.
|
static java.lang.String |
NOT_BLANK_ERROR_MSG
The value of messages used to indicate that the configuration is not set.
|
static java.lang.String |
POSITIVE_NUMBER_ERROR_MSG
The value of messages used to indicate that the configuration should be a positive number.
|
static final java.lang.String NOT_BLANK_ERROR_MSG
static final java.lang.String POSITIVE_NUMBER_ERROR_MSG
static final java.lang.String NON_NEGATIVE_NUMBER_ERROR_MSG