src/main/java/com/moon/server/annotation/SysLog.java
@@ -2,13 +2,10 @@ import java.lang.annotation.*; /** * 系统日志注解类 * @author WWW */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented @SuppressWarnings("ALL") public @interface SysLog { String value() default ""; }