package java_integration.fixtures;

public interface AnotherRunnable {
  void run() throws Exception;
}
