mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[java-annotations] More annotations for comparator
GitOrigin-RevId: 8dc815684fb597ccae62260e454b8a83fb958324
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cf770b3acf
commit
80752cc29c
@@ -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"/>
|
||||
|
||||
@@ -2203,6 +2203,7 @@
|
||||
</item>
|
||||
<item name="java.util.Collections java.util.Comparator<T> 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<T> 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<T> 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>
|
||||
|
||||
Reference in New Issue
Block a user