org.springframework.web.bind.annotation.RequestMethod Maven / Gradle / Ivy
package org.springframework.web.bind.annotation;
public enum RequestMethod {
GET, POST;
}
package org.springframework.web.bind.annotation;
public enum RequestMethod {
GET, POST;
}