org.marid.runtime.model.Argument Maven / Gradle / Ivy
The newest version!
package org.marid.runtime.model;
public interface Argument extends Entity {
String getName();
void setName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy