SpineEventEngine / logging

Multiplatform fluent logging API for Kotlin projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take loaded packages from all class loaders when looking for annotations

yevhenii-nadtochii opened this issue · comments

JvmPackages fetches loaded packages from the current class loader. It doesn't take into account that others are also might be present.

Make sure all class loaders are asked for loaded packages.

Please note, this class may be moved to spine-reflect. Then, this issue should be transferred as well.