spring 2.5 注解

时间:2012-01-25 10:16:11
【文件属性】:

文件名称:spring 2.5 注解

文件大小:103KB

文件格式:DOC

更新时间:2012-01-25 10:16:11

spring 2.5

@BackgroundTaskpublic class FilePoller {@PostConstructpublic void startPolling() {...}@PreDestroypublic void stopPolling() {...}...} @Autowiredprivate MessageSource messageSource; @Autowiredprivate ResourceLoader resourceLoader; @Autowiredprivate ApplicationContext applicationContext;


网友评论