File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ I can't explain it better than [that](https://github.com/google/auto/blob/master
16
16
If you want to contribute, follow this [ guide.] ( https://github.com/afcastano/AutoValuePlugin/blob/master/docs/CONTRIBUTE.md )
17
17
18
18
### Functionality:
19
-
20
19
- Adds an @AutoValue .Builder static class inside the target @AutoValue class.
21
20
- Searches for all abstract getters on the target class and transforms it into builder methods in the builder.
22
21
- Creates a static builder method that returns the @AutoValue .Builder instance.
@@ -31,3 +30,10 @@ The plugin adds new context menu actions, [code generation actions](https://www.
31
30
There are also other ways of using the plugin. Here is a short tutorial video (1:25 mins):
32
31
33
32
https://www.youtube.com/watch?v=sMX9PT3ecu8
33
+
34
+ ### A big THANK YOU to these contributors:
35
+ - [ @vjames19 ] ( https://github.com/vjames19 ) #2
36
+ - [ @guavabot ] ( https://github.com/guavabot ) #4
37
+ - [ @evant ] ( https://github.com/evant ) #10
38
+ - [ @daveRanjan ] ( https://github.com/daveRanjan ) #18
39
+
You can’t perform that action at this time.
0 commit comments