Back to Intellij Community

InjectionNotApplicable

java/langInjection/resources/inspectionDescriptions/InjectionNotApplicable.html

2025.3-rc-2206 B
Original Source

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;