com.datastax.util.log.LogExclude Maven / Gradle / Ivy
The newest version!
package com.datastax.util.log;
import java.lang.annotation.*;
/**
* Created by hsuyung on 2018/10/23.
*/
@Target({ElementType.PARAMETER, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface LogExclude {
String name() default "";
}