2017-09-11 92 views
1

以下進口黃色,但不會引發錯誤,點擊他們帶我到各自的類支持的註解罐子,以及:爲什麼android studio在導入時顯示以下警告?

import android.support.annotation.NonNull; 
import android.support.annotation.Nullable; 

enter image description here

消息上懸停:

enter image description here

如何將android.support.annotation中的代碼標記爲depicated,它不是我的代碼。

+0

指針沒有錯誤。一切工作正常的應用程序,只是顏色看起來很腥。 – ishandutta2007

+0

你的意思是黃色? – Enzokie

+0

你確定你將鼠標指針懸停在那些導入? Android Studio真的沒有說什麼? –

回答

1

enter image description here這些導入類的黃線代表註釋類,默認爲黃色,因此編碼沒有問題。

import android.support.annotation.NonNull;

import android.support.annotation.Nullable;

相關問題