Container.resolve

Resolve a types and returns an instance of that type.

This version will detect the root bean, and use special instantiation for this specific bean.

  1. Type resolve()
    class Container(T)
    Type
    resolve
    (
    Type
    )
    ()
    if (
    is(Type == T)
    )
  2. Type resolve()
  3. Type resolve()
  4. template resolve(Type)

Meta