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