com.jpattern.orm.persistor.version.VersionMath Maven / Gradle / Ivy
package com.jpattern.orm.persistor.version;
/**
*
* @author ufo
*
* @param the type of the property to increase
*/
public interface VersionMath
{
public P increase(boolean firstVersionNumber, P value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy