mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
[java] IDEA-379571 Improve PsiPackageStatement.getAnnotationList() so it never returns null value.
#IDEA-379571 Fixed Merge-request: IJ-MR-176432 Merged-by: Marcin Mikosik <marcin.mikosik@jetbrains.com> GitOrigin-RevId: 0d575fd55751ccac0b098b189ba3e90bbb081299
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a8569ff41b
commit
2ea0d03d4d
@@ -40,5 +40,5 @@ public interface PsiPackageStatement extends PsiElement {
|
||||
*
|
||||
* @return the modifier list containing the annotations applied to the package statement.
|
||||
*/
|
||||
PsiModifierList getAnnotationList();
|
||||
@NotNull PsiModifierList getAnnotationList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user