what java.lang.reflect.Method.isBridge () used for ?

Posted by Nrj on Stack Overflow See other posts from Stack Overflow or by Nrj
Published on 2008-11-14T10:37:42Z Indexed on 2010/05/19 0:10 UTC
Read the original article Hit count: 263

Filed under:
|
|

During navigation of Method class I came across the function isBridge(), javadoc of which says, that its true only if java spec declares the method as true.

Please help me understand what this is used for ? Can a custom class declare its method as a bridge if required ?

© Stack Overflow or respective owner

Related posts about java

Related posts about reflection