org.broadleafcommerce.common.presentation
Annotation Type ConfigurationItem
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ConfigurationItem
- Author:
- jfischer
|
Required Element Summary |
String |
itemName
The name of the validation configuration item |
String |
itemValue
The value for the validation configuration item |
itemName
public abstract String itemName
- The name of the validation configuration item
- Returns:
- the config item name
itemValue
public abstract String itemValue
- The value for the validation configuration item
- Returns:
- the config item value
Copyright © 2012. All Rights Reserved.