spring package-info 源码

  • 2022-08-08
  • 浏览 (388)

spring package-info 代码

文件路径:/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/package-info.java

/**
 * AOP-based solution for declarative caching demarcation using JSR-107 annotations.
 *
 * <p>Strongly based on the infrastructure in org.springframework.cache.interceptor
 * that deals with Spring's caching annotations.
 *
 * <p>Builds on the AOP infrastructure in org.springframework.aop.framework.
 * Any POJO can be cache-advised with Spring.
 */
@NonNullApi
@NonNullFields
package org.springframework.cache.jcache.interceptor;

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

相关信息

spring 源码目录

相关文章

spring AbstractCacheInterceptor 源码

spring AbstractFallbackJCacheOperationSource 源码

spring AbstractJCacheKeyOperation 源码

spring AbstractJCacheOperation 源码

spring AbstractKeyCacheInterceptor 源码

spring AnnotationJCacheOperationSource 源码

spring BeanFactoryJCacheOperationSourceAdvisor 源码

spring CachePutInterceptor 源码

spring CachePutOperation 源码

spring CacheRemoveAllInterceptor 源码

0  赞