Interesting detail on primitive types: "As a matter of style, we suggest avoiding the legacy wrapper class names in new code, preferring the .ref types instead." I.e. `int.ref` instead of `Integer` just like we'd do with custom primitives, e.g. `Point.ref`. #JavaNext
1
1
46
0
2
This is from JEP 402 (openjdk.java.net/jeps/402) - thanks Anderson for surfacing this interesting tidbit! If you want to be like Anderson and discuss anything Java, particularly the new stuff, with like-minded Javaists, join my Discord: discord.com/invite/7m9w8Td