isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Allow some annotations to service static fields #65

Open Dragovorn opened 2 months ago

Dragovorn commented 2 months ago

Would be very helpful to be able to inject a logger into any static field within the class scope; could probably work for singletons, but data racing might be weird. Might finally require implementation of final injection.