Skip to content

Commit fd1f1c6

Browse files
authored
Update README.md
1 parent 3dc1242 commit fd1f1c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ I can't explain it better than [that](https://github.com/google/auto/blob/master
1616
If you want to contribute, follow this [guide.](https://github.com/afcastano/AutoValuePlugin/blob/master/docs/CONTRIBUTE.md)
1717

1818
### Functionality:
19-
2019
- Adds an @AutoValue.Builder static class inside the target @AutoValue class.
2120
- Searches for all abstract getters on the target class and transforms it into builder methods in the builder.
2221
- 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.
3130
There are also other ways of using the plugin. Here is a short tutorial video (1:25 mins):
3231

3332
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+

0 commit comments

Comments
 (0)