1   package org.neo.swarm.core.aop.silc;
2   
3   public interface Proxyable {
4       void doSomeShit();
5   }