
public interface InterfaceFromOtherClassLoader {
    void doSomething();
}
