Generics can be used on signatures for existing methods when it makes
sense. If you look at Java SE 5.0, you will see many methods whose
signatures changed (Collections API is an obvious example) without
breaking compatibility with earlier code at runtime.
-lance
Andrew McIntyre wrote:
On Jan 24, 2006, at 11:28 PM, Andrew McIntyre wrote:
and the JSR-014 charter says that JDBC 4.0 should be backwards
compatible with JDBC 3.0
I meant JSR-221 here. A quick scan of the specs and javadoc that
didn't require a license agreement seem to indicate that generics are
only used on methods new to JDBC 4.0.
andrew