E.g. - Apply the Pinot code style: `/config/codestyle-intellij.xml` or `/config/codestyle-eclipse.xml` - Annotate interfaces with `InterfaceAudience` - Use `_` as the prefix for member variables - All upper case for constant variables - Annotate arguments with `javax.annotation.Nullable` if it can be null; by default the argument should not be null - SuppressWarnings annotation - VisibleForTesting annotation
E.g.
/config/codestyle-intellij.xmlor/config/codestyle-eclipse.xmlInterfaceAudience_as the prefix for member variablesjavax.annotation.Nullableif it can be null; by default the argument should not be null