-
-
Notifications
You must be signed in to change notification settings - Fork 22
Migrate to JSpecify annotations #1212
Copy link
Copy link
Closed as not planned
Labels
💾 code-onlyThis is just a code problem, it doesn't affect the plugin functionality itselfThis is just a code problem, it doesn't affect the plugin functionality itself🛠️ maintainers taskThis task will be handled by EternalCodeTeam Maintainers, please do not PR.This task will be handled by EternalCodeTeam Maintainers, please do not PR.
Metadata
Metadata
Assignees
Labels
💾 code-onlyThis is just a code problem, it doesn't affect the plugin functionality itselfThis is just a code problem, it doesn't affect the plugin functionality itself🛠️ maintainers taskThis task will be handled by EternalCodeTeam Maintainers, please do not PR.This task will be handled by EternalCodeTeam Maintainers, please do not PR.
Type
Projects
Status
✅ Done
Description:
Replace existing nullability annotations (e.g.,
@Nullable,@NotNull, etc.) with standardized JSpecify annotations.JSpecify provides a unified and well-defined approach to nullness checking across Java tools, improving code clarity and IDE/static analysis support.
Acceptance criteria: