package org.opencustomer.framework.util.validator; public interface Validator { public boolean validate(String validatedString); }