![JAR search and dependency download from the Maven repository](/logo.png)
com.rivers.core.annotation.SysLog Maven / Gradle / Ivy
package com.rivers.core.annotation;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SysLog {
/**
* 描述
*
* @return {String}
*/
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy