
org.springframework.web.bind.annotation.RequestMapping Maven / Gradle / Ivy
package org.springframework.web.bind.annotation;
public @interface RequestMapping {
String value();
RequestMethod[] method() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy