OpenJDK project teams will focus work on features such as value types, code reflection, AOT compilation, and structured ...
Reflection can be largely done away with with MethodHandles and VarHandles, but those were introduced in Java 9. Any project *cough*Spring*cough* that came into being before then that relies on ...