![JAR search and dependency download from the Maven repository](/logo.png)
it.espr.mvc.route.parameter.PathVariable Maven / Gradle / Ivy
package it.espr.mvc.route.parameter;
public class PathVariable extends Parameter {
public PathVariable(String name, Class> cls) {
super(TYPE.PATH_VARIABLE, name);
this.cls = cls;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy