This commit is contained in:
Redkale
2016-10-18 10:49:36 +08:00
parent 20ba119f93
commit 6c918a6c95

View File

@@ -23,5 +23,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME)
public @interface Comment {
String name() default "";
String value();
}