Skip to content

Commit

Permalink
Merge pull request #66 from docer-savior/master
Browse files Browse the repository at this point in the history
您好, 简单的代码, 添加了生成 get 且带接收变量
  • Loading branch information
gejun123456 committed May 13, 2022
2 parents a5a6b22 + fca073c commit 9901dfc
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 1 deletion.
Binary file removed GenerateAllSetter-2.5.zip
Binary file not shown.
Expand Up @@ -25,6 +25,6 @@ public class CommonConstants {
public static final String GENERATE_SETTER_METHOD_NO_DEFAULT_VALUE = "Generate all setter no default value";
public static final String ASSERT_ALL_PROPS = "Assert all getters";
public static final String GENERATE_CONVERTER_FROM_METHOD = "Generate setter getter converter";

public static final String BUILDER_METHOD_NAME = "builder";
public static final String GENERATE_GETTER_METHOD = "Generate all getter";
}

0 comments on commit 9901dfc

Please sign in to comment.