单项选择题

A.< aop:before method="切面类的方法名"pointcut-ref="切入点表达式是引用"/>
B.< aop:before method="增强类的方法名"pointcut-ref="切入点表达式是引用"/>
C.< aop:before method="切面类的方法名"pointcut-ref="前置增强引用"/>
D.< aop:before method="增强类的方法名"pointcut-ref="前置增强引用"/>