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

nl.vpro.util.HibernateSearch Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package nl.vpro.util;

/**
 * Just marks a method as using Hibernate Search. Just for documentation purposes.
 */
public @interface HibernateSearch {

    State implemented() default State.TODO;

    enum State {
        TODO,
        READY,
        BUSY
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy