Consider the following bean definition
Using Spring AOP, you
have declared a Pointcut targeting all methods inside the clientService bean.
ClientServiceImpl implements 3 different interfaces.
Which interfaces will the proxy class implement? (Select one)