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

com.rivers.core.annotation.SysLog Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
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