Update android annotations. Do not add jdk annotations for android sdk

This commit is contained in:
Natalia Ukhorskaya
2014-01-15 12:19:30 +04:00
parent 786e59bbfa
commit 14f4b6e4b4
344 changed files with 47371 additions and 26982 deletions
@@ -0,0 +1,38 @@
<root>
<item name='java.nio.channels.spi.SelectorProvider java.nio.channels.SocketChannel openSocketChannel()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.SelectorProvider java.nio.channels.Pipe openPipe()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.SelectorProvider java.nio.channels.spi.AbstractSelector openSelector()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelector java.nio.channels.SelectionKey register(java.nio.channels.spi.AbstractSelectableChannel, int, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelector void deregister(java.nio.channels.spi.AbstractSelectionKey) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelectableChannel java.lang.Object blockingLock()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelector java.nio.channels.SelectionKey register(java.nio.channels.spi.AbstractSelectableChannel, int, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelectableChannel java.nio.channels.SelectionKey register(java.nio.channels.Selector, int, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelectableChannel java.nio.channels.SelectableChannel configureBlocking(boolean)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.SelectorProvider java.nio.channels.DatagramChannel openDatagramChannel()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.AbstractSelector java.util.Set&lt;java.nio.channels.SelectionKey&gt; cancelledKeys()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.nio.channels.spi.SelectorProvider java.nio.channels.ServerSocketChannel openServerSocketChannel()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>