Skip to content

Commit eb11f76

Browse files
committed
PropertyKey: changed METHOD to TYPE_USE
1 parent 31bd1a1 commit eb11f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
@Documented
2929
@Retention(RetentionPolicy.CLASS)
30-
@Target({ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.FIELD, ElementType.METHOD})
30+
@Target({ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.FIELD, ElementType.TYPE_USE})
3131
public @interface PropertyKey {
3232
/**
3333
* The full-qualified name of the resource bundle in which the property keys must

0 commit comments

Comments
 (0)