mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] Basic support for external type annotations
Only in XML directly; no editing UI for now; no inlays for now; only for libraries (Cls), currently no intent to extend to sources (Psi) Part of IDEA-231901 Support TYPE_USE in external annotations GitOrigin-RevId: 672ed09f57ffc40b61e8fe4dd33d0f9acdac92dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1c8240ecd6
commit
b50767f679
@@ -3703,6 +3703,7 @@
|
||||
</item>
|
||||
<item name='java.util.Optional java.util.Optional<T> filter(java.util.function.Predicate<? super T>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.NotNull' typePath="0;*"/>
|
||||
</item>
|
||||
<item name='java.util.Optional java.util.Optional<T> of(T) 0'>
|
||||
<annotation name='org.intellij.lang.annotations.Flow'>
|
||||
@@ -3717,15 +3718,19 @@
|
||||
<item
|
||||
name='java.util.Optional java.util.Optional<U> flatMap(java.util.function.Function<? super T,? extends java.util.Optional<? extends U>>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.NotNull' typePath="0;*"/>
|
||||
</item>
|
||||
<item name='java.util.Optional java.util.Optional<U> map(java.util.function.Function<? super T,? extends U>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.NotNull' typePath="0;*"/>
|
||||
</item>
|
||||
<item name='java.util.Optional void ifPresent(java.util.function.Consumer<? super T>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.NotNull' typePath="0;*"/>
|
||||
</item>
|
||||
<item name='java.util.Optional void ifPresentOrElse(java.util.function.Consumer<? super T>, java.lang.Runnable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.NotNull' typePath="0;*"/>
|
||||
</item>
|
||||
<item name='java.util.Properties java.lang.String getProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NonNls'/>
|
||||
|
||||
@@ -241,6 +241,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<T> whenComplete(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>)'>
|
||||
@@ -249,6 +251,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>, java.util.concurrent.Executor)'>
|
||||
@@ -257,6 +261,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>, java.util.concurrent.Executor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletableFuture java.util.concurrent.CompletableFuture<U> applyToEither(java.util.concurrent.CompletionStage<? extends T>, java.util.function.Function<? super T,U>)'>
|
||||
@@ -707,6 +713,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<T> whenComplete(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>)'>
|
||||
@@ -715,6 +723,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>, java.util.concurrent.Executor)'>
|
||||
@@ -723,6 +733,8 @@
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super java.lang.Throwable>, java.util.concurrent.Executor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="0;*"/>
|
||||
<annotation name='org.jetbrains.annotations.UnknownNullability' typePath="1;*"/>
|
||||
</item>
|
||||
<item
|
||||
name='java.util.concurrent.CompletionStage java.util.concurrent.CompletionStage<U> applyToEither(java.util.concurrent.CompletionStage<? extends T>, java.util.function.Function<? super T,U>)'>
|
||||
|
||||
Reference in New Issue
Block a user