![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.instance.FlowInstanceProperty Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.instance;
public interface FlowInstanceProperty {
String getKey();
ValueType getValue();
boolean isTransient();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy