@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE_USE,TYPE_PARAMETER})
public @interface NullableType
Compatibility annotation to allow importing both declaration and type annotations.
- See Also:
Nullable
- See the Checker Framework Manual:
- Nullness Checker