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

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