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

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

There is a newer version: 6.1.6
Show newest version
/**
 * Package containing Spring's basic AOP infrastructure, compliant with the
 * AOP Alliance interfaces.
 *
 * 

Spring AOP supports proxying interfaces or classes, introductions, and offers * static and dynamic pointcuts. * *

Any Spring AOP proxy can be cast to the ProxyConfig AOP configuration interface * in this package to add or remove interceptors. * *

The ProxyFactoryBean is a convenient way to create AOP proxies in a BeanFactory * or ApplicationContext. However, proxies can be created programmatically using the * ProxyFactory class. */ @NonNullApi @NonNullFields package org.springframework.aop.framework; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy