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

cn.wwmxd.EnableOperateLog Maven / Gradle / Ivy

There is a newer version: 1.1.4-Release
Show newest version
package cn.wwmxd;

import cn.wwmxd.Interceptor.ModifyAspect;
import cn.wwmxd.parser.DefaultContentParse;
import cn.wwmxd.util.SpringUtil;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @author liwei
 */

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Import({ModifyAspect.class, SpringUtil.class, DefaultContentParse.class})
public @interface EnableOperateLog {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy