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

cn.yrm.tools.common.annotation.AutoLog Maven / Gradle / Ivy

The newest version!
package cn.yrm.tools.common.annotation;

import java.lang.annotation.*;

/**
 * @author yuanr
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface AutoLog {
    String value() default "";
    int logType() default 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy