![JAR search and dependency download from the Maven repository](/logo.png)
com.datastax.data.exploration.annotation.ControllerLogger Maven / Gradle / Ivy
The newest version!
package com.datastax.data.exploration.annotation;
import java.lang.annotation.*;
/**
* @author charles create on 12/28/17
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ControllerLogger {
String description() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy