sting-ioc / sting

Home Page:https://sting-ioc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document the various dependency kinds

realityforge opened this issue · comments

This involves documenting

  • instances dependencies T
  • supplier dependencies Supplier<T>
  • collection dependencies Collection<T>
  • supplier collection dependencies Collection<Supplier<T>>