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