com.seven.cow.servlet.logging.aop.IgnoreLogging Maven / Gradle / Ivy
package com.seven.cow.servlet.logging.aop;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreLogging {
}