- Intellij Preferences > Live Templates > group
Java
- Add a new one with
- abbreviation
rnn
- Description
requireNonNull
- Template text
java.util.Objects.requireNonNull($var$, "$var$ is null")
- Applicable contexts:
Java > Expression
- check
use static imports if possible
- abbreviation
- Edit variables button and there add
var
variable withvariableOfType("Object")
expression