1   package org.neo.swarm;
2   
3   public interface Fred {
4       void doFred();
5   
6       String returnSomething();
7   }