Skip to content

Commit 565ba46

Browse files
woopgitbook-bot
authored andcommitted
GitBook: [v0.6-branch] one page modified
1 parent 610377a commit 565ba46

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/contributing/style-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ $ mvn verify -Dspotless.check.skip
1919

2020
If you're using IntelliJ, you can import [these code style settings](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml) if you'd like to use the IDE's reformat function as you develop.
2121

22+
#### 1.1.1 Lombok and AutoValue
23+
24+
We use AutoValue as the primary means of defining immutable value types, especially builder pattern style classes.
25+
26+
We also allow the use of Lombok, but only for @Getter and @Setter.
27+
2228
### 1.2 Go
2329

2430
Make sure you apply `go fmt`.

0 commit comments

Comments
 (0)