com.dropchop.textonic.model.api.security.Constants Maven / Gradle / Ivy
package com.dropchop.textonic.model.api.security;
/**
* @author Nikola Ivačič on 10. 03. 22.
*/
public interface Constants {
interface Domains {
interface Ml {
String ENGINE = "ml.engine";
String PROCESS = "ml.process";
String UTILS = "ml.utils";
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy