-
class
Indicates an attempt to create an
Binding when one with the same
Dependency already exists.
class
Thrown when a cyclic dependency has been detected between
Classes.
class
class
Thrown when the value for a
Dependency can not be resolved for injection.
class
<T> T
Creates an instance of the type represented by the specified
Dependency with values resolved
from the
Context.
<T> T
Context.create(build.codemodel.foundation.usage.TypeUsage typeUsage)
Creates an instance of the type represented by a
TypeUsage with values resolved from the
Context.
<T> T
Creates an instance of the specified class by locating and injecting a constructor annotated
with
Inject with values resolved from the
Context.
<T> T
Resolves and injects values into the specified injectable object.