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;