Annotation Interface ConditionalOnCustomerAsSavedPaymentStorageLocation


@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.
since 1.7.2, in favor of using PaymentTransactionServices as saved payment method storage location.
Conditional annotation that denotes whether CustomerServices is the saved payment storage location, allowing various beans to be initialized.
Author:
Sunny Yu