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

View File

@@ -44,6 +44,9 @@ public final class Rest {
} }
} }
/**
* 用于标记由Rest.createRestServlet 方法创建的RestHttpServlet
*/
@Inherited @Inherited
@Documented @Documented
@Target({TYPE}) @Target({TYPE})