1   package org.neo.swarm;
2   
3   public interface CompTestA {
4       void doSomething();
5   }