|
|
|
|
|
by throw_m239339
1371 days ago
|
|
The examples use CDI (dependency injection through annotations) and yes, these annotations become hardwired to the business objects... Java has some kind of traits now through interfaces so it's not much of a problem today. |
|
Well that's the article's premise, right? Opening sentence:
Later on: > so it's not much of a problem today.Every Java codebase I've worked on in my career has had plenty of this crap in it. The culture has settled on doing it this way.