org.broadleafcommerce.common.presentation.override
Annotation Type AdminPresentationOverride
Deprecated. use AdminPresentationMergeOverrides instead
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface AdminPresentationOverride
- Author:
- pverheyden
name
public abstract String name
- Deprecated.
- 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
- Deprecated.
- The
AdminPresentation to overwrite the property with. This is a comprehensive override,
meaning whatever was declared on the target property previously will be completely replaced
with what is defined in this AdminPresentation.
- Returns:
- the
AdminPresentation being mapped to the attribute
- Default:
- @org.broadleafcommerce.common.presentation.AdminPresentation
Copyright © 2013. All Rights Reserved.