gpt4 book ai didi

android - 组织.jetbrains?它是什么?

转载 作者:可可西里 更新时间:2023-11-01 18:46:05 28 4
gpt4 key购买 nike

我最近克隆了 ics-openvpn 项目:https://code.google.com/p/ics-openvpn/source/checkout

但是当我打开项目时,考虑到这些行没有被解析,它给了我一些错误:

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

我尝试在互联网上搜索它,但没有得到明确的答案。所以我的问题是:什么是“jetbrains”?我该如何解决这个问题?

谢谢

最佳答案

@Nullable@NotNull IntelliJ IDEA 中引入的注释用于捕捉 NullPointerException的(NPE)通过常量条件和异常和@Nullable 问题检查。

org.jetbrains.annotations 项目是开源的,hosted at GitHub . few other annotations包括:@Nls & @NonNls 用于本地化,@PropertyKey 用于资源包,@TestOnly 用于测试.

要下载注释库,请参阅 GitHub page .

专家:

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.2</version>
</dependency>

关于android - 组织.jetbrains?它是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19975022/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com