package obix.contracts; import obix.IObj; public interface Point extends IObj { }