
com.github.bingoohuang.utils.time.DateSpanAware Maven / Gradle / Ivy
package com.github.bingoohuang.utils.time;
public interface DateSpanAware {
String getStartDate();
String getEndDate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy