码迷,mamicode.com
首页 > 其他好文 > 详细

@postCOnstruct

时间:2019-09-27 19:28:53      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:init   system   ice   imp   sse   eee   view   pos   config   

public static ViewEmployeeEvaluationServiceImpl veesimpl;

@PostConstruct
public void init() {
veesimpl = this;
veesimpl.gradeService = gradeService;
veesimpl.bonusService = bonusService;
veesimpl.systemConfigService = systemConfigService;
}

@postCOnstruct

标签:init   system   ice   imp   sse   eee   view   pos   config   

原文地址:https://www.cnblogs.com/xiaoshahai/p/11599527.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!