Document one argument per line for constructor injection
Change-Id: I4a698f6a3a1d601b691463ceaaeab407901c6a9d
This commit is contained in:
parent
b7482d1829
commit
c05a12f473
@ -221,6 +221,7 @@ Here are some guidelines that Gerrit uses:
|
|||||||
should be before the instance members.
|
should be before the instance members.
|
||||||
* Annotations should go before language keywords (`final`, `private`, etc) +
|
* Annotations should go before language keywords (`final`, `private`, etc) +
|
||||||
Example: `@Assisted @Nullable final type varName`
|
Example: `@Assisted @Nullable final type varName`
|
||||||
|
* The `@Inject`-ed constructor arguments should be listed one per line.
|
||||||
* Imports should be mostly alphabetical (uppercase sorts before
|
* Imports should be mostly alphabetical (uppercase sorts before
|
||||||
all lowercase, which means classes come before packages at the
|
all lowercase, which means classes come before packages at the
|
||||||
same level).
|
same level).
|
||||||
|
Loading…
Reference in New Issue
Block a user