package com.moon.server.annotation; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented @SuppressWarnings("ALL") public @interface SysLog { String value() default ""; }