package org.wamblee; public interface Service { String doSomething(String aArg); }