diff --git a/src/org/redkale/net/http/HttpUserType.java b/src/org/redkale/net/http/HttpUserType.java index 5bbc7683f..42132528b 100644 --- a/src/org/redkale/net/http/HttpUserType.java +++ b/src/org/redkale/net/http/HttpUserType.java @@ -19,6 +19,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME; * * @author zhangjx */ +@Deprecated @Inherited @Documented @Target({TYPE})