This commit is contained in:
Redkale
2016-09-26 20:51:01 +08:00
parent d47b63e47b
commit 28c9b2606a

View File

@@ -43,7 +43,10 @@ public final class Rest {
EXCLUDERMETHODS.add(m.getName()); EXCLUDERMETHODS.add(m.getName());
} }
} }
/**
* 用于标记由Rest.createRestServlet 方法创建的RestHttpServlet
*/
@Inherited @Inherited
@Documented @Documented
@Target({TYPE}) @Target({TYPE})