@Retention(value=CLASS) @Deprecated public @interface UndefinedNullability
NotNull
nor
Nullable
is applicable. For example when
interface defines a method, whose nullability depends on the implementation.public abstract String value
Copyright © 2022. All rights reserved.