Hacker News new | ask | show | jobs
by sk5t 3780 days ago
Same as any other code--via debug step-through, or logging, centered on the code that processes the annotations. It's actually much saner than heaps of "marker interfaces" and is readily testable.
1 comments

Annotated methods are also much easier (to debug) than a ton of callbacks and in theory have less GC stress.