package com.onaro.util.jfc.date; import com.onaro.util.jfc.date.TimeSpan; public interface ITimeSpanProvider { /** * Gets the provided {@link TimeSpan}. * @return the time span or {@code null} if none provided */ TimeSpan getTimeSpan(); }