Skip to content

Releases: lukaville/toothpick-reflect

0.1.0

03 Feb 17:00
750114d
Compare
Choose a tag to compare

Current limitations:

  • @ProvidesSingletonInScope annotation is not supported because it's not available in runtime, use providesSingletonInScope() binding instead. It can be fixed in the future by monkey-patching this annoation
  • Superclass member injection is not supported for dependencies created using factories
  • This implementation may contain bugs, do not use for production