From 77396df8fdb2df59b0e5031a6e2f270197364e1e Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Thu, 9 Mar 2017 14:04:36 +0800 Subject: [PATCH] --- src/org/redkale/util/Comment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/redkale/util/Comment.java b/src/org/redkale/util/Comment.java index 5f1f745c7..0f5f779ee 100644 --- a/src/org/redkale/util/Comment.java +++ b/src/org/redkale/util/Comment.java @@ -19,7 +19,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME; */ @Inherited @Documented -@Target({TYPE, METHOD, FIELD, PARAMETER}) +@Target({TYPE, METHOD, FIELD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE, ANNOTATION_TYPE, TYPE_PARAMETER}) @Retention(RUNTIME) public @interface Comment {