athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Add `object_of` DI extension macro #371

Closed Blacksmoke16 closed 6 months ago

Blacksmoke16 commented 6 months ago

Works similar to #348, but for a single object. Provides similar functionality as a NamedTuple typed object, but more flexible as it can have default values and make use of the nested doc type stuff coming up.