Back to Intellij Community

UnknownLanguage

java/langInjection/resources/inspectionDescriptions/UnknownLanguage.html

2025.3-rc-2134 B
Original Source

Reports when the ID of the language used in a @Language annotation is unknown.

Example:

@Language("HMTL") String html;