Hi-
I have written a number of custom xdoclet templates. For example, I have one that will generate an interface from a class (similar to the ejb interface generators).
Now we have upgraded to use Java 5. I want to be able to generate interfaces including the generic type parameters. Is there any way for me to do this?
I am aware that the xjavadoc parser has been patched so that it no longer dies on generics. (See http://opensource2.atlassian.com/projects/xdoclet/browse/XJD-41)
However, I want to be able to access those generics with the template language.
I would also be interested in a patch to the ejb modules that would allow for remote/local EJB interfaces with generics.
Thanks for your help.
Adam Brod