提交 195f4084 编写于 作者: 梦境迷离's avatar 梦境迷离

Merge branch 'master' into currying

......@@ -89,6 +89,7 @@ Json.fromJson[Person](json)
- 说明
- 支持普通类和样例类。
- 仅支持对主构造函数使用。
- 如果该类没有伴生对象,将生成一个伴生对象来存储`builder`方法和类。
- 示例
......
......@@ -92,6 +92,7 @@ The `@builder` used to generate builder pattern for Scala classes.
- Note
- Support `case class` / `class`.
- Only support for **primary constructor**.
- If there is no companion object, one will be generated to store the `builder` class and method.
- Example
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册