All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.aop.framework.adapter.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * SPI package allowing Spring AOP framework to handle arbitrary advice types.
 *
 * 

Users who want merely to use the Spring 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 Spring-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 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy