Inspectopedia Help

Injection Annotation not applicable

Reports when a @Language annotation is applied to an element with a type other than String or String[].

Example:

@Language("HTML") int i;

After the quick-fix is applied:

int i;

Inspection Details

By default bundled with:

IntelliJ IDEA 2024.1, Qodana for JVM 2024.1,

Can be installed with plugin:

IntelliLang, 241.16690

Last modified: 29 April 2024