mirror of https://github.com/Askill/DSPS.git
7 lines
198 B
Java
7 lines
198 B
Java
|
|
package de.mypackage.egov.aa.metrics.aspects;
|
||
|
|
|
||
|
|
import java.lang.annotation.Retention;
|
||
|
|
import java.lang.annotation.RetentionPolicy;
|
||
|
|
|
||
|
|
@Retention(RetentionPolicy.RUNTIME)
|
||
|
|
public @interface NoLogging {}
|