colesico.framework.weblet.teleapi.WebletOrigin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of colesico-weblet Show documentation
Show all versions of colesico-weblet Show documentation
Colesico framework http requests handling service
package colesico.framework.weblet.teleapi;
import colesico.framework.telehttp.Origin;
public interface WebletOrigin extends Origin {
/**
* Auto origin
*/
String AUTO = "WEBLET_AUTO";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy