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

com.rbmhtechnology.vind.annotations.Facet Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.rbmhtechnology.vind.annotations;

import java.lang.annotation.*;

/**
 * Use this field for faceting.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface Facet {

    /**
     * Put this field into the type-ahead suggestions.
     * @return boolean flag, true when added to suggestion false when not. Default true.
     */
    boolean suggestion() default true;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy