[java-annotations] More annotations for comparator

GitOrigin-RevId: 8dc815684fb597ccae62260e454b8a83fb958324
This commit is contained in:
Tagir Valeev
2024-09-21 17:24:18 +02:00
committed by intellij-monorepo-bot
parent cf770b3acf
commit 80752cc29c
2 changed files with 7 additions and 0 deletions

View File

@@ -943,6 +943,10 @@
<annotation name='org.jetbrains.annotations.NonNls'/>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.lang.String CASE_INSENSITIVE_ORDER'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='org.jetbrains.annotations.NotNull' typePath="/1"/>
</item>
<item name='java.lang.String String(byte[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>

View File

@@ -2203,6 +2203,7 @@
</item>
<item name="java.util.Collections java.util.Comparator&lt;T&gt; reverseOrder()">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name='org.jetbrains.annotations.NotNull' typePath="/1"/>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -2733,6 +2734,7 @@
</item>
<item name='java.util.Comparator java.util.Comparator&lt;T&gt; naturalOrder()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='org.jetbrains.annotations.NotNull' typePath="/1"/>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -2759,6 +2761,7 @@
</item>
<item name='java.util.Comparator java.util.Comparator&lt;T&gt; reverseOrder()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='org.jetbrains.annotations.NotNull' typePath="/1"/>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>