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

it.espr.mvc.route.parameter.RequestParameter Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc.route.parameter;

public class RequestParameter extends Parameter {

	RequestParameter(String name) {
		super(TYPE.REQUEST_PARAMETER, name);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy