Why do android studio show the following warnings while importing? -
the following imports in yellow no error thrown, clicking on them takes me respective class of support-annotations jar well:
import android.support.annotation.nonnull; import android.support.annotation.nullable;
message on hover:
how can mark code inside android.support.annotation depricated, not code.
yellow lines these imported class signifies annotation class , default yellow in color , therefore there nothing wrong in coding .
import android.support.annotation.nonnull;
import android.support.annotation.nullable;
Comments
Post a Comment