org.springframework.transaction.reactive.package-info Maven / Gradle / Ivy
/**
* Support classes for reactive transaction management.
* Provides an abstract base class for reactive transaction manager implementations,
* and a transactional operator plus callback for transaction demarcation.
*/
@NonNullApi
@NonNullFields
package org.springframework.transaction.reactive;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;