org.broadleafcommerce.common.presentation.override
Annotation Type AdminPresentationOverride
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AdminPresentationOverride
- Author:
- pverheyden
|
Required Element Summary |
String |
name
The name of the property whose AdminPresentation annotation should be overwritten |
AdminPresentation |
value
The AdminPresentation to overwrite the property with |
name
public abstract String name
- The name of the property whose AdminPresentation annotation should be overwritten
- Returns:
- the name of the property that should be overwritten
value
public abstract AdminPresentation value
- The AdminPresentation to overwrite the property with
- Returns:
- the AdminPresentation being mapped to the attribute
Copyright © 2013. All Rights Reserved.