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

com.datastax.stargate.sdk.doc.Collection Maven / Gradle / Ivy

There is a newer version: 2.3.7
Show newest version
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