Quoting Ias <[EMAIL PROTECTED]>:

>  I'm pointing not Generics from JSR 14 but varargs, which enables you to
> code methods like printf in C. For more details, please download and look at
> the early access that will show you some sample codes for that.

I get it. You mean something like

    JavaMethod jm;
    Class c;
    jm.addLine("return new %c();", c);

Right? I must admit that this would be syntactically nice, much more readable
than the current

    jm.addLine("return new ", c, "();");

Question is, would this require that the JaxMeJS user has the JSR 14 files
or the SDK 1.5?


Jochen



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev

Reply via email to