org.springframework.cache.package-info Maven / Gradle / Ivy
The newest version!
/**
* Spring's generic cache abstraction.
* Concrete implementations are provided in the subpackages.
*/
@NonNullApi
@NonNullFields
package org.springframework.cache;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;