|
Is there any particular change in status of this? I'm attempting to use gmaven to compile classes with generified collections. ie) public class Foo { Collection<Children> children; }and the generated stub only has a: public Collection getChildren(); If I try something like: public class Foo public Collection<Children> getChildren() { return children; } it still generates a stub minus the generification. Might there be a solution? Support comming as soon as I have time, please feel free to help out if you have some spare cycles na |
|||||||||||||||||||||||||||||||||||
This should apply to runtimes 1.5 and above only.