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(); }