package obix.contracts; import obix.IObj; import obix.Obj; public interface Invoke extends IObj { Obj in(); }