Annotation Interface ConditionalOnPaymentTransactionAsSavedPaymentStorageLocation
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty(value="broadleaf.paymenttransaction.saved-payment-method.storage-location",
havingValue="BLC_PAYMENT_TRANSACTION_SERVICES",
matchIfMissing=true)
@Deprecated(since="1.0.2",
forRemoval=true)
public @interface ConditionalOnPaymentTransactionAsSavedPaymentStorageLocation
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.2. In the future, the option of using CustomerServices as saved payment
method storage location will be removed, therefore this annotation will no longer be
needed.
Conditional annotation that denotes whether PaymentTransactionServices is the saved payment
storage location, allowing various beans to be initialized.
- Author:
- Sunny Yu