*** The information in this article may not be up to date. *** ***
We have summarized the specifications that may enter Java 10. I will summarize it from time to time.
If there are any mistakes pointed out by comments or edit requests, We will reflect it from time to time, so please point it out.
-enum can have type arguments - JEP301 -Formal parameters in lambda expressions can be declared with _ - JEP302 -Var declaration of local variables - JEP286 -Define default displacement when declaring generic type
Recommended Posts