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

org.unlaxer.jaddress.model.OneOrMoreOfIntegerValue Maven / Gradle / Ivy

package org.unlaxer.jaddress.model;

public interface OneOrMoreOfIntegerValue extends MinIntegerValue , MaxIntegerValue{

	@Override
	default int minIntegerValue() {
		return 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy