Package org.sam.server.annotation.handle
Annotation Type RequestMapping
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface RequestMapping
각 HTTP Method에 관련된 어노테이션의 부모 어노테이션
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
public @interface RequestMapping