fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 24 forks source link

Add type hints to remove reflection when resolving java method calls #31

Closed tsachev closed 6 years ago

tsachev commented 6 years ago

Remove reflection via type hints.

Removing reflection makes slf4j-timbre more usable in graalvm native images where additional configuration is required when reflection is used.

rufoa commented 6 years ago

Nice work, thank you!

0.3.12 released