|
|
|
|
|
by jimbokun
3031 days ago
|
|
The problem is it can be extremely difficult to map those stack trace calls to concrete Java code, because so much of a Spring application is generated from an annotation, or code getting called simply because a dependency exists on the classpath. Sometimes classes appear out of thin air, with no Java code existing for them at all, summoned into existence by some annotation somewhere. Object Oriented Programming has been mostly replaced by Annotation Oriented Programming in modern Java web development. |
|
These can often be very powerful, but of course debugging is more complicated.