com.android.annotations
Annotation Type NonNull


@Documented
@Retention(value=CLASS)
@Target(value={METHOD,PARAMETER,LOCAL_VARIABLE,FIELD})
public @interface NonNull

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

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