Inferred JDK annotations
This commit is contained in:
committed by
Andrey Breslav
parent
3e7541605e
commit
5ad7be38bc
@@ -0,0 +1,44 @@
|
||||
<root>
|
||||
<item name='java.rmi.server.ObjID java.rmi.server.ObjID read(java.io.ObjectInput)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.UID java.rmi.server.UID read(java.io.DataInput)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.LogStream void write(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.ObjID void write(java.io.ObjectOutput) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.ObjID java.rmi.server.ObjID read(java.io.ObjectInput) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.RMIServerSocketFactory java.net.ServerSocket createServerSocket(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.UID java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.RemoteObjectInvocationHandler java.lang.Object invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.ObjID java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.RemoteObjectInvocationHandler RemoteObjectInvocationHandler(java.rmi.server.RemoteRef) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.UID void write(java.io.DataOutput) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.LogStream java.rmi.server.LogStream log(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.RMIClassLoader java.rmi.server.RMIClassLoaderSpi getDefaultProviderInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.rmi.server.UID java.rmi.server.UID read(java.io.DataInput) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user