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

org.infinispan.api.common.Flags Maven / Gradle / Ivy

The newest version!
package org.infinispan.api.common;

/**
 * @since 14.0
 **/
public interface Flags {
   SELF add(F flag);

   boolean contains(F flag);

   SELF addAll(Flags flags);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy