This commit is contained in:
@@ -23,5 +23,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
|||||||
@Retention(RUNTIME)
|
@Retention(RUNTIME)
|
||||||
public @interface Comment {
|
public @interface Comment {
|
||||||
|
|
||||||
|
String name() default "";
|
||||||
|
|
||||||
String value();
|
String value();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user