Follow this format to write an interface:
accessModifier interface interfaceName { } public interface Printable { void print (Object o); }