[java] IDEA-354964 Migrate standard descriptors like JAVA_21 to TYPE_USE annotations

- revert changes in other modules
- delete obsolete comment

GitOrigin-RevId: 656c643184103d5e83409cbec47df1346f22cbd9
This commit is contained in:
Mikhail Pyltsin
2024-06-27 10:06:32 +02:00
committed by intellij-monorepo-bot
parent 174e018654
commit 0d890a82a0
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ class Mixed {
}
}
// Error due to mock limitation
@NotNull
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)