There is no isVolatile in the java.lang.reflect.Method interface, but there is an
isBridge() method. I would guess the modifiers bit mask has the Modifier.VOLATILE set for
a bridge method, but have not checked that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100415#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...