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

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

The newest version!
/**
 * Spring's core transaction management APIs (independent of any specific transaction
 * management system); an exception hierarchy for Spring's transaction infrastructure;
 * and transaction manager, definition, and status interfaces.
 */
@NonNullApi
@NonNullFields
package org.springframework.transaction;

import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy