Package

com.giitan

injector

Permalink

package injector

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. injector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AutoInject[X] extends AutoInjector

    Permalink
  2. trait AutoInjector extends Injector

    Permalink

    Injector to automatically inject into DI container.

    Injector to automatically inject into DI container. Usage is same as Injector

    Injectable that inherits from this must be statically accessible, such as top level declaration.

    Annotations
    @Deprecated
  3. trait Injector extends AnyRef

    Permalink

Value Members

  1. implicit def aliasCall[X](variable: StoredDependency[X]): X

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped