看下面的代码,说法正确的是() <bean id="before" class="org.springfram...
单项选择题看下面的代码,说法正确的是() <bean id="before" class="org.springframework.aop.framework.ProxyFactoryBean"> <property name="proxyInterfaces"> <value>com.xfaccp.before.BeforeInterface</value> </property> <property name="target"> <ref bean="testBefore"> </ref></property> <property name="interceptorNames"> <list> <value>beforeAdvisor</value> </list> </property> </bean>
A、A)这段代码是做IOC
B、B)这段代码是做AOP
C、C)这段代码是在做代理
D、D)这段代码是在做织入
A.springframework.aop.framework.ProxyFactoryBean">
B.xfaccp.before.BeforeInterface</value>