import android.support.annotation.NonNull;
public
@NonNull
Result handleFollowForwardResult(@NonNull Result tempResult, @NonNull Result oldResult) {
return null;
}
does not give any errors or warning? Isn't the point of the annotation to check for exactly this?
This works in my copy of Android Studio 0.8.11. Try the following:
android.support.annotation.Nullable
, and your NotNull annotations list includes android.support.annotation.NonNull
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With