Update android annotations. Do not add jdk annotations for android sdk
This commit is contained in:
@@ -1,17 +1,32 @@
|
||||
<root>
|
||||
<item name='android.net.rtp.AudioCodec android.net.rtp.AudioCodec[] getCodecs()'>
|
||||
<item name='android.net.rtp.RtpStream java.net.InetAddress getLocalAddress()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec GSM_EFR'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec AMR'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec PCMA'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioStream AudioStream(java.net.InetAddress) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.RtpStream java.net.InetAddress getLocalAddress()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.RtpStream void associate(java.net.InetAddress, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioStream void setCodec(android.net.rtp.AudioCodec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec GSM'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec android.net.rtp.AudioCodec[] getCodecs()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='android.net.rtp.AudioCodec PCMU'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user