org.broadleafcommerce.common.presentation.override
Annotation Type AdminPresentationAdornedTargetCollectionOverride


Deprecated. use AdminPresentationMergeOverrides instead

@Deprecated
public @interface AdminPresentationAdornedTargetCollectionOverride

Author:
Jeff Fischer

Required Element Summary
 String name
          Deprecated. The name of the property whose AdminPresentation annotation should be overwritten
 AdminPresentationAdornedTargetCollection value
          Deprecated. The AdminPresentation to overwrite the property with
 

Element Detail

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 AdminPresentationAdornedTargetCollection value
Deprecated. 
The AdminPresentation to overwrite the property with

Returns:
the AdminPresentation being mapped to the attribute


Copyright © 2013. All Rights Reserved.