显示导入包的名称,但被划掉
我将 xercesImpl.jar
导入到我的 Android 项目中。
当我使用它时它似乎能识别它(即列出所有可用的方法),但名称被划掉了。有谁知道这是为什么?
I imported the xercesImpl.jar
into my Android project.
It seems to recognize it when I use it (i.e. lists all available methods), but the names are crossed out. Does anyone know why this is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为类或其方法是
@Deprecated< /代码>
。
http://docs.oracle.com/javase/tutorial/java/javaOO /annotations.html
Because the class or its methods are
@Deprecated
.http://docs.oracle.com/javase/tutorial/java/javaOO/annotations.html