com.alogient.cameleon.sdk.content.util.nav.StaticRoute Maven / Gradle / Ivy
The newest version!
package com.alogient.cameleon.sdk.content.util.nav;
/**
* This interface should be used to create custom static route.
*/
public interface StaticRoute {
/**
* @return the static route
*/
String getRoute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy