package net.lab1024.smartadmin.common.anno; import java.lang.annotation.*; /** * [ 用户操作日志 ] * * @author yandanyang * @version 1.0 * @company 1024lab.net * @copyright (c) 2019 1024lab.netInc. All rights reserved. * @date * @since JDK1.8 */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented public @interface OperateLog { }