Merge "Rephrase NonNull javadoc to make it more generic" into rvc-dev am: 995870accd

Change-Id: I6a145afa06cb451838885afb6f8d382b40f86195
This commit is contained in:
Santiago Seifert
2020-04-07 19:34:54 +00:00
committed by Automerger Merge Worker

View File

@@ -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)