On 11.05.14 11:22, sebb wrote:
> In which case, why do we need to bother to change the source?
> The compiler only has the byte-code as reference when compiling source
> that uses the method.

Yeah, well, there is a slight difference in the method meta data. The
isVarArgs() method will return true then. Old code wouldn't care but new
code may use this. See
http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html#isVarArgs()

Bye, Thomas.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to