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

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 "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy