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

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

The newest version!
package org.unlaxer.jaddress.model;

public interface ZeroOrOneOfLength extends MinLength , MaxLength{

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy