程序包 infra.aop.framework.adapter


@NonNullApi @NonNullFields package infra.aop.framework.adapter
SPI package allowing AOP framework to handle arbitrary advice types.

Users who want merely to use the AOP framework, rather than extend its capabilities, don't need to concern themselves with this package.

You may wish to use these adapters to wrap Framework-specific advices, such as MethodBeforeAdvice, in MethodInterceptor, to allow their use in another AOP framework supporting the AOP Alliance interfaces.

These adapters do not depend on any other framework classes to allow such usage.