package org.greg.client; public interface Clock { PreciseDateTime now(); }