Java 10 allows implicit typing for local variables. You can get a quick refresher here. Fast forward 6 months, Java 11 will be supporting local variable syntax support for Lambda Parameters in an implicitly typed lambda expression. Here is an example from the spec: With this support, annotations can be added to local variables … Continue reading Expanding LVTI support for Lambda Parameters in Java 11