Re: [mdr-users] JDK 1.5 and JMI

Martin Matula <[email protected]> Tue, 01 Nov 2005 18:13:28 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
I know this would be useful. But it is not possible (and it would break 
the JMI 1.0 compliance).
Martin

John V. Sichi wrote:
> 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
>