mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
[java-analysis] Report incorrect locations of nullability annotations (JSpecify)
GitOrigin-RevId: bc4915321fc45458caa79dc9424467dde05a9957
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5113d53ddb
commit
aa3b987530
@@ -44,6 +44,8 @@ public abstract class NullableNotNullManager {
|
||||
abstract @NotNull List<String> getAllDefaultAnnotations();
|
||||
|
||||
public abstract @NotNull Optional<Nullability> getAnnotationNullability(String name);
|
||||
|
||||
public abstract boolean isTypeUseAnnotationLocationRestricted(String name);
|
||||
|
||||
public static NullableNotNullManager getInstance(Project project) {
|
||||
return ServiceManager.getService(project, NullableNotNullManager.class);
|
||||
|
||||
Reference in New Issue
Block a user