Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c91360f0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Rephrase NonNull javadoc to make it more generic" into rvc-dev...

Merge "Merge "Rephrase NonNull javadoc to make it more generic" into rvc-dev am: 995870ac am: 7ebc3308" into rvc-d1-dev-plus-aosp am: e4eebd0e

Change-Id: Icc30c181dbd1a2b3a00d979baada68cc70cb4c10
parents c824ce93 e4eebd0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ import java.lang.annotation.Target;
 * <p>
 * This is a marker annotation and it has no specific attributes.
 *
 * @paramDoc This value must never be {@code null}.
 * @returnDoc This value will never be {@code null}.
 * @paramDoc This value cannot be {@code null}.
 * @returnDoc This value cannot be {@code null}.
 * @hide
 */
@Retention(SOURCE)