com.datastax.stargate.sdk.doc.Collection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stargate-sdk Show documentation
Show all versions of stargate-sdk Show documentation
Connect to Stargate Data Gateway
package com.datastax.stargate.sdk.doc;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to map object with targete object.
*
* @author Cedrick LUNVEN (@clunven)
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Collection {
/**
* Provide a name for the collection.
*
* @return
* collection name.
*/
public String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy