Inferred JDK annotations
This commit is contained in:
committed by
Andrey Breslav
parent
3e7541605e
commit
5ad7be38bc
@@ -0,0 +1,47 @@
|
||||
<root>
|
||||
<item name='java.util.jar.Manifest Manifest(java.util.jar.Manifest) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Attributes java.lang.Object put(java.lang.Object, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Attributes java.lang.Object put(java.lang.Object, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarOutputStream void putNextEntry(java.util.zip.ZipEntry) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Attributes void putAll(java.util.Map<?,?>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarFile java.util.Enumeration<java.util.jar.JarEntry> entries()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarOutputStream JarOutputStream(java.io.OutputStream, java.util.jar.Manifest) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarEntry JarEntry(java.util.jar.JarEntry) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarFile java.io.InputStream getInputStream(java.util.zip.ZipEntry) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarFile java.util.zip.ZipEntry getEntry(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarInputStream java.util.zip.ZipEntry createZipEntry(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.JarInputStream int read(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Attributes java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Manifest java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.jar.Attributes.Name Name(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user