Package tangle.inject

Types

Link copied to clipboard
annotation class InternalTangleApi

This is an internal implementation for Tangle. Do not use.

Link copied to clipboard
object TangleGraph

Holds a reference to the application's Dagger graph, so that it can be accessed by internal tooling.

Link copied to clipboard
annotation class TangleParam(name: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class TangleScope(scope: KClass<*>)

Annotates a member-injected class to indicate the scope which will provide its dependencies.