This post originated from an RSS feed registered with Java Buzz
by Keith Lea.
Original Post: What Java generics needs
Feed Title: joustlog
Feed URL: http://joust.kano.net/weblog/feed/rss2/
Feed Description: Weblog for the Joust project, a Java AIM client and library.
I've been using Java 5's generics a lot lately, and I've been thinking about what about the design works, and what needs improvement. Here's a list of some things I think Java's generics needs.
1. Cleaner syntax
My main problem with generics is that the syntax is so verbose. For example:
private Set<OutputPortValueListener<? ...