@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty(value="broadleaf.customer.saved-payment-method.storage-location",
havingValue="BLC_CUSTOMER_SERVICES")
@Deprecated(since="1.7.2",
forRemoval=true)
public @interface ConditionalOnCustomerAsSavedPaymentStorageLocation
Deprecated, for removal: This API element is subject to removal in a future version.
Conditional annotation that denotes whether CustomerServices is the saved payment storage
location, allowing various beans to be initialized.
- Author:
- Sunny Yu