| Implementation of ParameterNameDiscover that uses the LocalVariableTable
information in the method attributes to discover parameter names. Returns
null if the class file was compiled without debug information.
Uses ObjectWeb's ASM library for analyzing class files.
author: Adrian Colyer author: Juergen Hoeller since: 2.0 |