eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Enable and use `Null` analysis with eclipse compiler #237

Open eneufeld opened 1 year ago

eneufeld commented 1 year ago

The Eclipse compiler offers the possibility to do Null analysis. For this custom Nullable and NonNull annotations exist. We should change the existing Nullable annotations to come from the eclipse jdt package and enable the analysis.

eneufeld commented 1 year ago

Make sure Guice optional still works as it needs a Nullable Runtime annotation