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

org.meridor.stecker.VersionRelation Maven / Gradle / Ivy

Go to download

This is a plugin loading library. Its main purpose is to load extension point implementations from provided plugins.

There is a newer version: 1.0.2
Show newest version
package org.meridor.stecker;

/**
 * Shows how versions are related
 */
public enum VersionRelation {

    GREATER_THAN,
    LESS_THAN,
    EQUAL,
    NOT_EQUAL,
    IN_RANGE,
    NOT_IN_RANGE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy