Use JSpecify and NullAway to make your Java code null-safe at build time — no runtime surprises, no production crashes.
This compile time approach for handling nulls is really smart. Catching NPEs at build time insted of production makes such a huge difference, and the integration with Quarkus seems pretty straightfoward.
This compile time approach for handling nulls is really smart. Catching NPEs at build time insted of production makes such a huge difference, and the integration with Quarkus seems pretty straightfoward.