I have a class like this public class ServiceImpl { private boolean required = false; public ServiceImpl (Log log) { this.db = Registry.getDatabase(this); this.log = log; rt = new Table(log, db); it = new ItemTable(log, db, rt); gt = new GroupTable(log, db); } public ServiceImpl () { this.db = Registry.getDatabase(this); log = Registry.getLog(this); rt = […]
The post why is autowire setter value not set? appeared first on BlogoSfera.