Note
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.

