cn.tom.mvc.annotation.HttpMethod Maven / Gradle / Ivy
package cn.tom.mvc.annotation;
public enum HttpMethod {
POST, GET , PUT , DELETE, OPTIONS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package cn.tom.mvc.annotation;
public enum HttpMethod {
POST, GET , PUT , DELETE, OPTIONS
}