List of usage examples for org.springframework.core PrioritizedParameterNameDiscoverer subclass-usage
From source file org.springframework.security.core.parameters.DefaultSecurityParameterNameDiscoverer.java
/**
* Spring Security's default {@link ParameterNameDiscoverer} which tries a number of
* {@link ParameterNameDiscoverer} depending on what is found on the classpath.
*
* <ul>
* <li>Will use an instance of {@link AnnotationParameterNameDiscoverer} with {@link P} as