In the JavaDoc of LocalVariableTableParameterNameDiscoverer http://static.springsource.org/spring/docs/2.0.x/api/org/springframework/core/LocalVariableTableParameterNameDiscoverer.html
The below line is mentioned:
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.
I didn't get the meaning of compiled without debug information.
Please explain if anybody having any idea regarding this.