Replies: 1 comment
-
For simple cases, obviously "eclipse external annotations" are the solution. For more sophisticated support that cannot be expressed with existing annotations, there are a few architectural challenges that in the past prevented any work in such direction:
So, yes, the idea is nice, but the solution is all but trivial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today when new nullability checks are added like
We need to modify the compiler code to support them. This is fine for utilities which are part of Java SDK, but for other libraries if we keep changing the compiler it will not be scalable.
My suggestions are:
What should be best option we should choose for JDT ? Are there other suggestion for this ?
Beta Was this translation helpful? Give feedback.
All reactions