单项选择题

A.execution(void com.mhys.demo.UserServiceImpl.save())
B.execution(*com.mhys.demo.UserServiceImpl.save())
C.execution(*com.mhys.demo.UserServiceImpl.*())
D.execution(com.mhys.demo.*ServiceImpl.*())