package org.azzyzt.jee.runtime.util; public interface StringConverterInterface { public String convert(String in); }