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

org.usergrid.cassandra.DataControl Maven / Gradle / Ivy

There is a newer version: 0.0.27.1
Show newest version
package org.usergrid.cassandra;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author zznate
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface DataControl {
    boolean skipTruncate() default false; // skips truncate on exit
    String schemaManager(); // returns the loader impl
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy