Update android annotations. Do not add jdk annotations for android sdk

This commit is contained in:
Natalia Ukhorskaya
2014-01-15 12:19:30 +04:00
parent 786e59bbfa
commit 14f4b6e4b4
344 changed files with 47371 additions and 26982 deletions
@@ -5,15 +5,18 @@
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.FormattedHeader org.apache.http.util.CharArrayBuffer getBuffer()'>
<item name='org.apache.http.HttpMessage org.apache.http.HeaderIterator headerIterator()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpEntity java.io.InputStream getContent()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion org.apache.http.ProtocolVersion forVersion(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponse void setStatusLine(org.apache.http.ProtocolVersion, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpVersion org.apache.http.ProtocolVersion forVersion(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ConnectionReuseStrategy boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -26,16 +29,16 @@
<item name='org.apache.http.HttpResponse void setReasonPhrase(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.NameValuePair java.lang.String getName()'>
<item name='org.apache.http.HttpMessage org.apache.http.Header[] getHeaders(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine org.apache.http.ProtocolVersion getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpServerConnection void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion org.apache.http.ProtocolVersion forVersion(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponseFactory org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine, org.apache.http.protocol.HttpContext)'>
<item name='org.apache.http.HttpMessage org.apache.http.ProtocolVersion getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost HttpHost(java.lang.String) 0'>
@@ -44,13 +47,19 @@
<item name='org.apache.http.HttpHost HttpHost(org.apache.http.HttpHost) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpClientConnection org.apache.http.HttpResponse receiveResponseHeader()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost DEFAULT_SCHEME_NAME'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toHostString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpClientConnection void sendRequestHeader(org.apache.http.HttpRequest) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage org.apache.http.HeaderIterator headerIterator(java.lang.String)'>
<item name='org.apache.http.HttpHost schemeName'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponse void setStatusLine(org.apache.http.StatusLine) 0'>
@@ -59,100 +68,112 @@
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String getHostName()'>
<item name='org.apache.http.HttpResponseFactory org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine, org.apache.http.protocol.HttpContext)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion protocol'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpClientConnection void receiveResponseEntity(org.apache.http.HttpResponse) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpClientConnection void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.Header java.lang.String getName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost hostname'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost HttpHost(java.lang.String, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HeaderElement org.apache.http.NameValuePair getParameterByName(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion java.lang.String getProtocol()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponseInterceptor void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.FormattedHeader org.apache.http.util.CharArrayBuffer getBuffer()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine java.lang.String getMethod()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpServerConnection void sendResponseHeader(org.apache.http.HttpResponse) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toURI()'>
<item name='org.apache.http.HttpVersion org.apache.http.ProtocolVersion forVersion(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpEntity org.apache.http.Header getContentType()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage org.apache.http.Header[] getHeaders(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpClientConnection org.apache.http.HttpResponse receiveResponseHeader()'>
<item name='org.apache.http.Header org.apache.http.HeaderElement[] getElements()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpVersion HTTP_1_1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.NameValuePair java.lang.String getName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestInterceptor void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion ProtocolVersion(java.lang.String, int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.Header java.lang.String getValue()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion java.lang.String getProtocol()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpEntity java.io.InputStream getContent()'>
<item name='org.apache.http.HttpVersion HTTP_1_0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage void addHeader(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage org.apache.http.ProtocolVersion getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponseFactory org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVersion, int, org.apache.http.protocol.HttpContext) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage void setHeader(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toHostString()'>
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost lcHostname'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponse void setStatusLine(org.apache.http.ProtocolVersion, int, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine java.lang.String getMethod()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.Header java.lang.String getName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HeaderElement java.lang.String getName()'>
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost HttpHost(java.lang.String, int, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestInterceptor void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) 0'>
<item name='org.apache.http.HttpVersion HTTP'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine java.lang.String getUri()'>
<item name='org.apache.http.HttpMessage org.apache.http.Header[] getAllHeaders()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestInterceptor void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ProtocolVersion int compareToVersion(org.apache.http.ProtocolVersion) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toString()'>
<item name='org.apache.http.HeaderElement java.lang.String getName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String getSchemeName()'>
<item name='org.apache.http.HttpVersion HTTP_0_9'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpEntity void writeTo(java.io.OutputStream) 0'>
@@ -161,31 +182,40 @@
<item name='org.apache.http.HttpMessage org.apache.http.Header[] getHeaders(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String)'>
<item name='org.apache.http.HttpHost java.lang.String getHostName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String toURI()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.Header java.lang.String getValue()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.ConnectionReuseStrategy boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.StatusLine org.apache.http.ProtocolVersion getProtocolVersion()'>
<item name='org.apache.http.HttpMessage org.apache.http.HeaderIterator headerIterator(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpRequestFactory org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.StatusLine org.apache.http.ProtocolVersion getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponse void setLocale(java.util.Locale) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponseFactory org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine, org.apache.http.protocol.HttpContext) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine org.apache.http.ProtocolVersion getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpMessage org.apache.http.HeaderIterator headerIterator()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpResponseFactory org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVersion, int, org.apache.http.protocol.HttpContext)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.RequestLine java.lang.String getUri()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.http.HttpHost java.lang.String getSchemeName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>