From ffa8bc61fa47f6eefe0035d4233ed6e938800cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=A2=83=E8=BF=B7=E7=A6=BB?= Date: Sun, 13 Jun 2021 15:52:38 +0800 Subject: [PATCH] simple tostring impl --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f067e73..2d69452 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ scala macro and abstract syntax tree learning code. # @toString -- features - - Automatically ignore when use on case class. - - Constructor parameters which have val/var modifier and class internal fields. +- NOTE + - Automatically ignore when use on `case` class. + - Contains constructor parameters which have `val`/`var` modifier and class internal fields. - The existing custom `toString` method will fail to compile. - source code -- GitLab