Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] replied 
to the discussion

"JBREFLECT-5 - Implementing generics in JavassistClassInfo"

To view the discussion, visit: http://community.jboss.org/message/540332#540332

--------------------------------------------------------------
Removing the cache for parameterized types largely works, although I need to 
fix some StackOverflowErrors when using recursive bound type variables such as

*public* *class* ClassInfoTypeVariableRecursiveBounded<T *extends* 
ClassInfoTypeVariableRecursiveBounded<T>>
{
*public* T genericTypeVariableRecursiveBounded(T param, String s)
   {
*return* *null*;
   }

}
 

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/540332#540332]

Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2115]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to