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

org.umlg.runtime.validation.MaxInteger Maven / Gradle / Ivy

There is a newer version: 2.0.16
Show newest version
package org.umlg.runtime.validation;

public class MaxInteger implements UmlgValidation {
private int max;

public MaxInteger(int max) {
	super();
	this.max = max;
}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy