All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webpiecesxxxxxpackage.web.main.MainRouteId Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

There is a newer version: 2.1.28
Show newest version
package webpiecesxxxxxpackage.web.main;

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 MainRouteId implements RouteId {
	
	MAIN_ROUTE, ASYNC_ROUTE, SYNC_ROUTE
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy