spring package-info 源码

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

spring package-info 代码

文件路径:/spring-aop/src/main/java/org/springframework/aop/framework/adapter/package-info.java

/**
 * SPI package allowing Spring AOP framework to handle arbitrary advice types.
 *
 * <p>Users who want merely to <i>use</i> the Spring AOP framework, rather than extend
 * its capabilities, don't need to concern themselves with this package.
 *
 * <p>You may wish to use these adapters to wrap Spring-specific advices, such as MethodBeforeAdvice,
 * in MethodInterceptor, to allow their use in another AOP framework supporting the AOP Alliance interfaces.
 *
 * <p>These adapters do not depend on any other Spring framework classes to allow such usage.
 */
@NonNullApi
@NonNullFields
package org.springframework.aop.framework.adapter;

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

相关信息

spring 源码目录

相关文章

spring AdvisorAdapter 源码

spring AdvisorAdapterRegistrationManager 源码

spring AdvisorAdapterRegistry 源码

spring AfterReturningAdviceAdapter 源码

spring AfterReturningAdviceInterceptor 源码

spring DefaultAdvisorAdapterRegistry 源码

spring GlobalAdvisorAdapterRegistry 源码

spring MethodBeforeAdviceAdapter 源码

spring MethodBeforeAdviceInterceptor 源码

spring ThrowsAdviceAdapter 源码

0  赞