![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.property.DateProperty Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.property;
import java.util.Date;
public class DateProperty extends AbstractProperty {
public DateProperty(String key, Date value) {
super(key, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy