A new way to init Java objects!
Tuesday, November 21st, 2006Well you learn something new every day. Initializing Java objects can be a chore, and especially when initializing static data in collections, where the collections are fields of another object.
Well some smart cookie found a way to use the standard anonymous class mechanism of Java to do initialization that means you don’t need to specify […]