Add proper annotations for Android SDK
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.ExpatReader boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void parse(org.xml.sax.InputSource) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader java.lang.Object getProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,254 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CDATASectionImpl createCDATASection(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl java.lang.String getWholeText()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl void appendDataTo(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.EntityReferenceImpl createEntityReference(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentFragmentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.AttrImpl createAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl void setData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.DocumentType createDocumentType(java.lang.String, java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentTypeImpl DocumentTypeImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl TextImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl void setIdAttributeNode(org.w3c.dom.Attr, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Text createTextNode(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.CDATASection createCDATASection(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Attr createAttributeNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Element createElementNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.DocumentType createDocumentType(java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node insertChildAt(org.w3c.dom.Node, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMConfigurationImpl org.w3c.dom.DOMStringList getParameterNames()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CommentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node appendChild(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.AttrImpl createAttributeNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ProcessingInstructionImpl createProcessingInstruction(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String getData()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.DocumentFragment createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.TextImpl createTextNode(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Attr createAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Element createElement(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ElementImpl createElementNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String getNodeValue()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.CDATASection createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Text createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CommentImpl createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl org.w3c.dom.Text splitText(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node removeChild(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Comment createComment(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CDATASectionImpl createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl CDATASectionImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.Document createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node insertChildAt(org.w3c.dom.Node, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl org.apache.harmony.xml.dom.TextImpl replaceWithText()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl.ElementAttrNamedNodeMapImpl org.w3c.dom.Node setNamedItem(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMErrorImpl org.w3c.dom.DOMLocator getLocation()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CommentImpl createComment(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.TextImpl createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.DocumentFragmentImpl createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl.ElementAttrNamedNodeMapImpl org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl boolean hasFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Comment createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.EntityReference createEntityReference(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl org.w3c.dom.Node cloneNode(boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMConfigurationImpl void normalize(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String substringData(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ElementImpl createElement(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,20 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl javax.xml.parsers.DocumentBuilder newDocumentBuilder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl javax.xml.parsers.SAXParser newSAXParser()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user