org.webpieces.plugins.properties.PropertiesRouteId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-properties Show documentation
Show all versions of plugin-properties Show documentation
Webpieces database backed property store
package org.webpieces.plugins.properties;
import org.webpieces.router.api.routes.RouteId;
public enum PropertiesRouteId implements RouteId {
MAIN_PROPERTIES, BEAN_ROUTE, POST_BEAN_CHANGES
}