From: Anton v. S. <an...@ap...> - 2002-08-04 08:11:59
|
> Is this okay? Does anyone think we really need to be able to compile > on older JDKs? Is there any good workaround for this that I havn't > thought of? The ParameterMetaData interface doesn't reference any other object types, JDK 1.4 or otherwise, so couldn't a definition of the interface be supplied with Hibernate as an optional item, that developers can install if they need it? (If that would work.) That seems cleaner to me than having to comment out lines. BTW, I'm still working with JDK 1.3.1 myself (since that's what my clients are at). We don't take kindly to them newfangled JDKs... ;) Anton |