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

org.biins.cauchbase.View Maven / Gradle / Ivy

package org.biins.cauchbase;

import java.lang.annotation.*;

/**
 * @author Martin Janys
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface View {

    String name();

    String map();

    String reduce() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy