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

org.infinispan.container.versioning.IncrementableEntryVersion Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.container.versioning;

/**
 * An interface indicating that a version of this type can be incremented.
 *
 * @author Manik Surtani
 * @since 5.1
 */
public interface IncrementableEntryVersion extends EntryVersion {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy