public interface StringInverter { /** inverts a string */ String invert(String str); }