package se.scalablesolutions.akka.api; public interface Bar { void bar(String msg); Ext getExt(); }