...
Wiki Markup |
---|
Retrofitting old methods containing final array parameters with generically-typed varargs is not always a good idea. For example, given a method that does not accept an argument of a particular type, it could be possible to override the compile-time checking --- through the use of generic varargs parameters --- so that the method would compile cleanly rather than correctly causing a compile-time error. \[[Bloch 2008|AA. Bibliography#Bloch 08]\]. |
...