Update android annotations. Do not add jdk annotations for android sdk
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='javax.sql.StatementEvent StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement, java.sql.SQLException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='javax.sql.StatementEvent StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='javax.sql.RowSetEvent RowSetEvent(javax.sql.RowSet) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='javax.sql.ConnectionEvent ConnectionEvent(javax.sql.PooledConnection) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='javax.sql.ConnectionEvent ConnectionEvent(javax.sql.PooledConnection, java.sql.SQLException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user