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

link.jfire.mvc.annotation.RequestMethod Maven / Gradle / Ivy

package link.jfire.mvc.annotation;

public enum RequestMethod
{
    GET, POST, PUT, DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy