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

org.infinispan.api.annotations.indexing.model.Values Maven / Gradle / Ivy

package org.infinispan.api.annotations.indexing.model;

public final class Values {

   /**
    * This special value is reserved to not index the null value, that is the default behaviour.
    */
   public static final String DO_NOT_INDEX_NULL = "__Infinispan_indexNullAs_doNotIndexNull";

   private Values() {
   }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy