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


Deprecated. use AdminPresentationMergeOverrides instead

@Deprecated
public @interface AdminPresentationToOneLookupOverride

Author:
Jeff Fischer

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

Element Detail

name

public abstract String name
Deprecated. 
The name of the property whose AdminPresentationToOneLookup annotation should be overwritten

Returns:
the name of the property that should be overwritten

value

public abstract AdminPresentationToOneLookup value
Deprecated. 
The AdminPresentationToOneLookup to overwrite the property with

Returns:
the AdminPresentation being mapped to the attribute


Copyright © 2013. All Rights Reserved.