|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ConfigurationItem
Configuration items to be used in conjunction with ValidationConfiguration and used by an instace of
org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator
| Required Element Summary | |
|---|---|
String |
itemName
The name of the validation configuration item |
String |
itemValue
The value for the validation configuration item |
| Element Detail |
|---|
public abstract String itemName
The name of the validation configuration item
public abstract String itemValue
The value for the validation configuration item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||