@Language
アノテーションが
String
または
String[]
以外の型の要素に適用されている場合に報告します。
例:
@Language("HTML")
int
i;
クイックフィックス適用後:
int
i;