|
|
|
|
|
by EdwardDiego
1770 days ago
|
|
I've always just called it "spooooky annotation magic". The decorator pattern seems to fit, from my POV. The framework takes your code, creates a proxy that implements the interface, and then wraps your method in a method that does the stuff you asked for with the annotations before and after your method gets called. |
|