String 또는 String[] 이외의 타입이 있는 요소에 @Language 어노테이션이 적용되는 경우 보고합니다.

예:


  @Language("HTML") int i;

빠른 수정을 적용한 후:


  int i;