M
Mike Schilling
I'm starting to plan upgrading some tools I have for analyzing Java source
files to work with 1.5 [1] I've started a list of language changes, and
come up with the following
* generics, of course
* annotations
* autoboxing
* covariant return types
* enums
* foreach
* static import
* variable-length argument lists
Lots of library changes as well, but this list contains only language syntax
changes. Have I left anything out?
1. Yeah, I know, but people update their webapp containers slowly, so it's
only now feasible to start developing our product with 1.5, and not yet with
1.6.
files to work with 1.5 [1] I've started a list of language changes, and
come up with the following
* generics, of course
* annotations
* autoboxing
* covariant return types
* enums
* foreach
* static import
* variable-length argument lists
Lots of library changes as well, but this list contains only language syntax
changes. Have I left anything out?
1. Yeah, I know, but people update their webapp containers slowly, so it's
only now feasible to start developing our product with 1.5, and not yet with
1.6.