All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brainslug.flow.execution.property.DoubleProperty Maven / Gradle / Ivy

The newest version!
package brainslug.flow.execution.property;

public class DoubleProperty extends NumberProperty {
  public DoubleProperty(String key, Double value) {
    super(key, value);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy