IntelliJ IDEA 2017.2 Help

Annotating Source Code

In this section you will find the basics of IntelliJ IDEA's annotations, and the related procedures:

Besides that, you can also find the following information:

Bundled IntelliLang plugin provides three new annotations you may find useful:

  • @Language: responsible for the Language injection feature.
  • @Pattern: is used to validate Strings against a certain regular expression pattern
  • @Subst: is used to substitute non-compile time constant expressions with a fixed value.
Last modified: 29 November 2017

See Also