Home
last modified time | relevance | path

Searched refs:NonNull (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/stub-annotations/src/main/java/android/annotation/
DNonNull.java30 public @interface NonNull {} annotation
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/
DNonNull.java32 public @interface NonNull {} annotation
/tools/metalava/
DUSAGE.md22 - Rewriting of nullness annotations to @RecentlyNull/NonNull (`--migrate-nullness`,
DFORMAT.md57 signature files. For example, in v3 the type "String" means "@NonNull String",
125 <td>@NonNull String
DREADME.md109 bloated with @NonNull and @Nullable annotations everywhere. So instead, the
116 method @Nullable public java.lang.Double convert1(@NonNull java.lang.Float);