List of usage examples for org.springframework.core LocalVariableTableParameterNameDiscoverer subclass-usage
From source file org.codehaus.groovy.grails.plugins.springsecurity.acl.ProxyAwareParameterNameDiscoverer.java
/**
* CGLIB proxies confuse parameter name discovery since the classes aren't compiled with
* debug, so find the corresponding method or constructor in the target and use that.
*
* @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
*/
From source file grails.plugin.springsecurity.acl.ProxyAwareParameterNameDiscoverer.java
/**
* CGLIB proxies confuse parameter name discovery since the classes aren't compiled with
* debug, so find the corresponding method or constructor in the target and use that.
*
* @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
*/