Add kotlin annotations for android SDK

This commit is contained in:
Natalia.Ukhorskaya
2013-06-06 19:28:18 +04:00
parent 5965904c0f
commit afa3ead160
70 changed files with 17683 additions and 22 deletions
@@ -0,0 +1,11 @@
<root>
<item name='android.hardware.display.DisplayManager DISPLAY_CATEGORY_PRESENTATION'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='android.hardware.display.DisplayManager android.view.Display[] getDisplays(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='android.hardware.display.DisplayManager android.view.Display[] getDisplays()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>