nonautoscan.com.aol.micro.server.AopConfig Maven / Gradle / Ivy
package nonautoscan.com.aol.micro.server;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
@Configuration
@EnableAspectJAutoProxy(proxyTargetClass = true)
public class AopConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy