Package

com.geteit

inject

Permalink

package inject

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. inject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class ImmutableWrapper extends Injector

    Permalink
  2. trait Injectable extends AnyRef

    Permalink
  3. trait Injector extends AnyRef

    Permalink
  4. class Module extends Injector with Injectable

    Permalink
  5. class ModuleChain extends Injector

    Permalink
  6. case class Provider[T](fn: () ⇒ T) extends () ⇒ T with Product with Serializable

    Permalink
  7. case class Singleton[T](fn: () ⇒ T) extends () ⇒ T with Product with Serializable

    Permalink

Value Members

  1. def GtContextModule(ctx: GtContext): Module

    Permalink
  2. def GtModule: Module { val ctx: com.geteit.app.GtApplication }

    Permalink
  3. object ImmutableWrapper

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped