IntelliJ IDEA 2016.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.

To learn more about these IntelliLang annotations, refer to the plugin documentation.

See Also

Last modified: 23 November 2016