Add new annotations

This commit is contained in:
Natalia.Ukhorskaya
2013-05-29 15:30:03 +04:00
parent bf6cd41d82
commit 386a881a71
5 changed files with 21 additions and 0 deletions
+6
View File
@@ -21,6 +21,9 @@
<item name="java.nio.Buffer java.nio.Buffer rewind()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.ByteBuffer byte[] array()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.ByteBuffer int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -60,6 +63,9 @@
<item name="java.nio.ByteBuffer java.nio.ByteBuffer order(java.nio.ByteOrder)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.ByteBuffer java.nio.ByteBuffer order(java.nio.ByteOrder) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.ByteBuffer java.nio.ByteBuffer put(byte)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>