Sun Java System Application Server Enterprise Edition 8.2 Performance Tuning Guide
Declare Method Arguments final
Declare method arguments final if they are not modified in
the method. In general, declare all variables final if they are
not modified after being initialized or set to some value.