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

com.seven.cow.servlet.logging.aop.IgnoreLogging Maven / Gradle / Ivy

There is a newer version: 0.2.4
Show newest version
package com.seven.cow.servlet.logging.aop;

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreLogging {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy