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

com.jpattern.orm.persistor.version.NullVersionMath Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.persistor.version;

/**
 * 
 * @author cinafr
 *
 * @param 

*/ public class NullVersionMath

implements VersionMath

{ @Override public P increase(final boolean firstVersionNumber, final P value) { return value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy