org.openmetadata.schema.AppRuntime Maven / Gradle / Ivy
package org.openmetadata.schema;
public interface AppRuntime {
Boolean getEnabled();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package org.openmetadata.schema;
public interface AppRuntime {
Boolean getEnabled();
}