切入点无效,是不是我的表达式写错了?
包名:org.springframework.security.authentication.dao
类名:DaoAuthenticationProvider
方法名:protected final UserDetails retrieveUser ( String username,UsernamePasswordAuthenticationToken authentication) throws AuthenticationException {}
表达式:

我想拦截DaoAuthenticationProvider类下面的retrieveUser方法.execution的表达式该如何写.
包名:org.springframework.security.authentication.dao
类名:DaoAuthenticationProvider
方法名:protected final UserDetails retrieveUser ( String username,UsernamePasswordAuthenticationToken authentication) throws AuthenticationException {}
表达式:

我想拦截DaoAuthenticationProvider类下面的retrieveUser方法.execution的表达式该如何写.