We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bdf35 commit 44f2a29Copy full SHA for 44f2a29
README.md
@@ -44,7 +44,7 @@ File->Settings->Tools->Object Helper 即可进入插件的配置页面
44
- `generate field mode = target` 代表以方法返回类型的字段为基础生成对象拷贝;
45
`generate field mode = source` 代表以方法入参类型的字段为基础生成对象拷贝。
46
47
-- `non-existent field generate annotation = yes` 代表当目标字段,在源对象中不存在时,是否以注释的形式生成代码,如果为 `no`,则代表不生成这一个字段拷贝代码。
+- `non-existent field generate annotation = yes` 代表当目标字段在源对象中不存在时,是否以注释的形式生成代码,如果为 `no`,则代表不生成这一个字段拷贝代码。
48
49
## 未来功能支持计划
50
0 commit comments