You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,10 +12,10 @@ which can make coding much more comfortable.
12
12
13
13
+[fluent get/set method](#fluentSet-switch)
14
14
+[configurable get/set](#field-ignore).
15
-
+[2 set type provided](#set-type)
15
+
+[2 set types provided](#set-type)
16
16
+ 3 builder patterns provided:
17
17
+[no builder](#nobuilder-switch)
18
-
+ classic
18
+
+[classic](#usage)
19
19
+[**type safe**](#type-safe-builder)
20
20
21
21
@@ -29,15 +29,15 @@ Download from [releases](https://github.com/LEODPEN/betterBuilder/releases).
29
29
(Just add it to your classpath)
30
30
### Maven
31
31
32
-
BetterBuilder(v1.0.2) has already been published to Central https://repo1.maven.org/maven2/.
32
+
BetterBuilder(v1.0.8) has already been published to Central https://repo1.maven.org/maven2/.
33
33
34
34
Example Maven settings:
35
35
36
36
```xml
37
37
<dependency>
38
38
<groupId>cn.mpy634</groupId>
39
39
<artifactId>BetterBuilder</artifactId>
40
-
<version>1.0.2</version>
40
+
<version>1.0.8</version>
41
41
<scope>provided</scope>
42
42
</dependency>
43
43
```
@@ -177,7 +177,7 @@ public class TypeSafe {
177
177
privateLongPID79211;
178
178
}
179
179
```
180
-
you can also see the detail files :
180
+
You can also see the detail files :
181
181
[type-safe](https://github.com/LEODPEN/BetterBuilder/blob/main/testModule/src/main/java/TypeSafe.java) and [type-safe-test](https://github.com/LEODPEN/BetterBuilder/blob/main/testModule/src/test/java/TypeSafeTest.java).
0 commit comments