IntelliJ IDEA 2017.1 Help

Nullable/NotNull Configuration Dialog

This dialog box shows the lists of @Nullable and @NotNull annotations. To show this dialog box, click the button Configure annotations... in the Compiler page of the Settings/Preferences dialog.

ItemDescription
Nullable annotationsThis list shows Nullable annotations defined in project. Use the following buttons:
  • /help/img/idea/2017.1/new.png. Click this button to add an annotations package to the list.
  • /help/img/idea/2017.1/delete.png. Click this button to remove annotations from the list. This button becomes available for the custom annotations only.
  • /help/img/idea/2017.1/check.png. Click this button to select the annotations package used for code generation. The selected annotation is marked with the right arrow /help/img/idea/2017.1/arrow_right.png.
NotNull annotationsThis list shows NotNull annotations defined in the project. Use the following buttons:
  • /help/img/idea/2017.1/new.png. Click this button to add an annotations package to the list.
  • /help/img/idea/2017.1/delete.png. Click this button to remove annotations from the list. This button becomes available for the custom annotations only.
  • /help/img/idea/2017.1/check.png. Click this button to select the annotations package used for code generation. The selected annotation is marked with the right arrow /help/img/idea/2017.1/arrow_right.png.
Last modified: 18 July 2017