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

org.khasanof.config.AOPConfig Maven / Gradle / Ivy

package org.khasanof.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;

/**
 * @author Nurislom
 * @see org.khasanof.config
 * @since 8/20/2023 6:06 PM
 */
@Configuration
@EnableAspectJAutoProxy
public class AOPConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy