mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 23:29:53 +01:00
Document configuration for null checks
This commit is contained in:
@@ -11,6 +11,12 @@ title: Intellij IDEA Configuration
|
||||
|
||||
### Settings
|
||||
|
||||
* Build, Execution, Deployment / Compiler
|
||||
* Add runtime assertions for non-null-annotated methods and parameters (must be checked)
|
||||
* Configure annotation ... (of "Add runtime assertions...")
|
||||
* Nullable annotations: select (✓) `javax.annotation.Nullable`
|
||||
* NotNull annotations: select (✓) `javax.annotation.Nonnull` and check Instrument
|
||||
|
||||
* Run Configurations / Edit Configuration
|
||||
* Add Maven
|
||||
* Name: run-backend
|
||||
|
||||
Reference in New Issue
Block a user