[mdr-users] JDK 1.5 and JMI

"John V. Sichi" <[email protected]> Wed, 26 Oct 2005 20:51:39 -0700
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
I notice in the generated classes that there is support for generics,
but it's commented out:

public java.util.List/*<net.sf.farrago.cwm.core.CwmFeature>*/ getFeature();

Is there any way to enable this for type-safe use with JDK 1.5?  I
suppose JMI doesn't cover it, but it would be a very useful extension.

JVS