💥Did you know that final is…not so final?

Checkout the first video from #JVMLS 2025 and find out what steps are being considered by #Java to address final’s limitations.

https://inside.java/2025/08/12/jvmls-final-to-immutable

The not-so-final word on final #JVMLS – Inside.java

Java’s main tool for managing immutability is `final` fields. Unfortunately, using `final` fields comes with limitations which restrict their use in many real-world applications. In this talk we will look at some of the steps we're taking to address…