This commit is contained in:
wentch
2015-12-09 16:00:25 +08:00
parent 8892d14c1a
commit 05c75f95b9
6 changed files with 4 additions and 1491 deletions

View File

@@ -8,12 +8,13 @@ package org.redkale.net.http;
import java.lang.annotation.*;
/**
* 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebServlet
*
* @author zhangjx
*/
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WebServlet {
String name() default "";