黑马程序员技术交流社区
标题:
目标对象类
[打印本页]
作者:
范康
时间:
2016-4-18 23:43
标题:
目标对象类
目标对象类
Source code
package com.bobohe.test01;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
/**
* Hello world!
*
*/
@Component("app")
public class App implements AppInterface
{
public void testAspectJ(String param){
System.out.println("do test AspectJ:" + param);
}
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2