From 6c918a6c954bf1fb804dff3c9f614c49c7ce4a7d Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Tue, 18 Oct 2016 10:49:36 +0800 Subject: [PATCH] --- src/org/redkale/util/Comment.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/redkale/util/Comment.java b/src/org/redkale/util/Comment.java index 7432fa7ed..5f1f745c7 100644 --- a/src/org/redkale/util/Comment.java +++ b/src/org/redkale/util/Comment.java @@ -23,5 +23,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME; @Retention(RUNTIME) public @interface Comment { + String name() default ""; + String value(); }