brainslug.flow.execution.property.StringProperty Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.property;
public class StringProperty extends AbstractProperty {
public StringProperty(String key, String value) {
super(key, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy