What does the yellow highlighting of an imports clause in Android Studio signify?

As you can see here:

enter image description here

...one of my "imports" seems to have "the yaller janders"

What does that mean?


It's annotation class import, e.g. somewhere in your source file you have "@SerializedName"

Annotation JavaDoc