Android APIs
public abstract @interface

NonNull

implements Annotation
android.support.annotation.NonNull

Class Overview

Denotes that a parameter, field or method return value can never be null.

This is a marker annotation and it has no specific attributes.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation