@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ConfigurationItem
ValidationConfiguration
and used by an instace of
org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidatorModifier and Type | Fields and Description |
---|---|
static String |
ERROR_MESSAGE
Item name for the error message (could also be a key to a properties file to support localization)
|
public static final String ERROR_MESSAGE
public abstract String itemName
The name of the validation configuration item
public abstract String itemValue
The value for the validation configuration item
Copyright © 2022. All rights reserved.