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

nl.vpro.util.IntegerVersionSpecific Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package nl.vpro.util;

/**
 * Classes which can behave differently according the specified version of the application can implement this.
 *
 * @author Michiel Meeuwissen
 * @since 2.3
 */
public interface  IntegerVersionSpecific extends VersionSpecific {

    /**
     * For which version this object is supposed to be filled.
     */
    @Override
    IntegerVersion getVersion();

    void setVersion(IntegerVersion version);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy