Quantcast
Viewing latest article 9
Browse Latest Browse All 11

why is autowire setter value not set?

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.


Viewing latest article 9
Browse Latest Browse All 11

Trending Articles