package org.tessell.model.properties; public interface HasMaxLength { Integer getMaxLength(); }