Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/annotations/packageAnnotationNotInPackageInfo.java
Bas Leijdekkers 22fcfb7dd9 Java: fix error message article and make messages more consistent
GitOrigin-RevId: c2931396183059e4a1d8ade8e16e527153c60345
2025-06-20 18:38:03 +00:00

1 line
152 B
Java

<error descr="Package annotations only allowed in a 'package-info.java' file">@Deprecated</error> package annotations.packageAnnotationNotInPackageInfo;