package se.unlogic.standardutils.validation; public interface StringFormatValidator { public abstract boolean validateFormat(String value); }