com.base4j.mvc.annotation.AutoLog Maven / Gradle / Ivy
package com.base4j.mvc.annotation;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface AutoLog {
String value() default "";
}