2、 關於導入maven項目javax.annotation.Nullable問題

1、這裏需引入findbug包,默認的scope是test,可以根據情況修改

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
</dependency>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章