All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.transaction.support.package-info Maven / Gradle / Ivy

/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy