[jboss-user] [JBoss Microcontainer Development] - JBREFLECT-5 - Implementing generics in JavassistClassInfo
Kabir Khan
do-not-reply at jboss.com
Tue Apr 27 14:28:19 EDT 2010
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/539876#539876
--------------------------------------------------------------
>
> Type t1 = DeleteMe.class.getDeclaredMethod("m1").getGenericReturnType();
> Type t2 = DeleteMe.class.getDeclaredMethod("m1").getGenericReturnType();
>
Should be
Type t1 = DeleteMe.class.getDeclaredMethod("m1").getGenericReturnType();
Type t2 = DeleteMe.class.getDeclaredMethod("m2").getGenericReturnType();
but the result is the same
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539876#539876]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2115]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100427/a7fa32e6/attachment.html
More information about the jboss-user
mailing list