@Retention(value=RUNTIME) @Target(value={TYPE_USE,METHOD,FIELD,PARAMETER}) @Documented @Experimental(value="Allow you to mark a fields as nullable, overrides @AllNonNull. Not covered by the specification. Subject to change.") public @interface Nullable
Copyright © 2018–2022. All rights reserved.