This commit is contained in:
wentch
2015-12-29 15:28:01 +08:00
parent 5f8461bf8d
commit e4bb4cbaab
5 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ import java.lang.annotation.*;
/**
* 功能同JSR 315 (java-servlet 3.0) 规范中的 @WebServlet
*
*
* @see http://www.redkale.org
* @author zhangjx
*/
@@ -20,7 +21,7 @@ public @interface WebServlet {
String name() default "";
boolean fillurl() default true;
boolean repair() default true;
String[] value() default {};