IntelliJ IDEA 2016.3 Help

Ignoring Hard-Coded String Literals

Sometimes you might want to ignore the hard-coded literals. To do that, use Not requiring internationalization annotation.

To ignore a certain hard-coded literal

  1. Press Alt+Enter to show intention actions for the string literal:
    img
  2. Select Annotate as @NonNls from the suggestion list.
  3. In the Select Path dialog that opens, specify the location where annotations.xml file will be stored.

Alternatively, you can add @NonNls annotation:

img

If you have selected the check box Do not show this dialog in the future, you can still choose annotation style in the Settings dialog (Code Style | Java - Code Generation).

See Also

Last modified: 21 March 2017