Support classes for the org.springframework.transaction package. Provides an abstract base class for transaction manager implementations, and a template plus callback for transaction demarcation.
/** * Support classes for the org.springframework.transaction package. * Provides an abstract base class for transaction manager implementations, * and a template plus callback for transaction demarcation. */
@NonNullApi @NonNullFields package org.springframework.transaction.support; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;