Searched refs:NonNull (Results 1 – 5 of 5) sorted by relevance
30 public @interface NonNull {} annotation
32 public @interface NonNull {} annotation
22 - Rewriting of nullness annotations to @RecentlyNull/NonNull (`--migrate-nullness`,
57 signature files. For example, in v3 the type "String" means "@NonNull String",125 <td>@NonNull String
109 bloated with @NonNull and @Nullable annotations everywhere. So instead, the116 method @Nullable public java.lang.Double convert1(@NonNull java.lang.Float);