This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: According to Cay Horstmann, channelling Joe Darcy, "Properties, reification of generics, and...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
According to Cay Horstmann, channelling Joe Darcy, "Properties, reification of generics, and closures are definitely out" of Java 7. Closures in Java are a horrible idea, so that's a bullet dodged, at least for another few years. Properties are syntax sugar at best so that's no big loss. Reification of generics might actually make sense but only at the cost of breaking backwards compatibility, and that's something Sun will never do. (But will Oracle? I guess we'll have to wait and see.)