Piotr Glazar
Piotr Glazar
@jkwatson @kubawach @chandru-kumar what is the status of this issue? I'd like to contribute if possible.
@jkwatson @kubawach I've started work on this and I think I need a tool to find methods (and classes) annotated with `WithSpan` annotation. I've tried https://github.com/rmuller/infomas-asl but it does not...
Thanks for the hint with Spring - I'll check their code. Anyway, I can always use `java.lang.instrument.Instrumentation#getAllLoadedClasses` and search in classes returned by this method.