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