@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ConfigurationItem
ValidationConfiguration and used by an instace of
 org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator| Modifier and Type | Fields and Description | 
|---|---|
| static String | ERROR_MESSAGEItem 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 © 2020. All rights reserved.