Annotations come from the support's library which are packaged in android.support.annotation.
As another option you can use @NonNull annotation which denotes that a parameter, field or method return value can never be null.
It is imported from import android.support.annotation.NonNull;