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

io.stargate.it.driver.WithProtocolVersion Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-16
Show newest version
package io.stargate.it.driver;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface WithProtocolVersion {
  String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy