style: 优化 javadoc 注释。

This commit is contained in:
Suomm 2023-07-13 08:22:18 +08:00
parent 862a6bab35
commit 54657a14ee

View File

@ -28,17 +28,17 @@ import java.lang.annotation.*;
public @interface Condition { public @interface Condition {
/** /**
* 列名 * 列名
*/ */
String column(); String column();
/** /**
* 逻辑值> , >= , = , IS NULL, IS NOT NULL * 逻辑值> , >= , = , IS NULL, IS NOT NULL
*/ */
String logic() default " = "; String logic() default " = ";
/** /**
* *
*/ */
String[] value() default {}; String[] value() default {};