FileDocCategorySizeDatePackage
Nullable.javaAPI DocAndroid 5.1 API1236Thu Mar 12 22:22:44 GMT 2015com.android.tools.layoutlib.annotations

Nullable

public class Nullable
Denotes a parameter or field can be null.

When decorating a method call parameter, this denotes the parameter can legitimately be null and the method will gracefully deal with it. Typically used on optional parameters.

When decorating a method, this denotes the method might legitimately return null.

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

Fields Summary
Constructors Summary
Methods Summary