Example usage for org.springframework.core LocalVariableTableParameterNameDiscoverer subclass-usage

List of usage examples for org.springframework.core LocalVariableTableParameterNameDiscoverer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core LocalVariableTableParameterNameDiscoverer subclass-usage.

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>
 */