前置通知是在目标方法之前执行,以下配置正确的是()A.< aop:before method="切面类的方法名...
A.< aop:before method="切面类的方法名"pointcut-ref="切入点表达式是引用"/>
B.< aop:before method="增强类的方法名"pointcut-ref="切入点表达式是引用"/>
C.< aop:before method="切面类的方法名"pointcut-ref="前置增强引用"/>
D.< aop:before method="增强类的方法名"pointcut-ref="前置增强引用"/>