Skip to content

Commit d158407

Browse files
committed
NonNls: TYPE_USE annotation
1 parent c981a46 commit d158407

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/org/jetbrains/annotations

1 file changed

+1
-1
lines changed

common/src/main/java/org/jetbrains/annotations/NonNls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*/
6161
@Documented
6262
@Retention(RetentionPolicy.CLASS)
63-
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.TYPE, ElementType.PACKAGE})
63+
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.TYPE_USE, ElementType.TYPE, ElementType.PACKAGE})
6464
public @interface NonNls {
6565

6666
}

0 commit comments

Comments
 (0)