webpiecesxxxxxpackage.json.JsonRouteId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
package webpiecesxxxxxpackage.json;
import org.webpieces.router.api.routes.RouteId;
//You can have many RoutId files extending from RouteId so you can group RouteIds together like per package
public enum JsonRouteId implements RouteId {
/**
* You only need json route ids if the json is called from your website so you can use the route id
* to reverse it to the url for you
*/
STREAMING_ROUTE, READ
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy