Skip to content

Support any nullable annotation for mark argument or field as nullable #3666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

valery1707
Copy link

Prior to this change, only the Spring Framework annotation @org.springframework.lang.Nullable could be used to denote nullable method arguments or class fields.
However, numerous equivalent annotations exist, and different projects may utilize alternatives from different sources.
This change extends support to any annotation with equivalent semantics, allowing it to mark arguments or fields as nullable.

@valery1707
Copy link
Author

valery1707 commented Jun 25, 2025

Site with contributor license agreement, mentioned in the PR template, is down at this moment.

@dev-jonghoonpark
Copy link
Contributor

dev-jonghoonpark commented Jun 25, 2025

The link in the PR template, unfortunately, has been down for quite some time.
You don't have to worry too much about it.

Related PR : #3228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants