Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class InternalBindingMarker(val originClass: KClass<*>, val isMultibinding: Boolean, val rank: Int = Int.MIN_VALUE, val qualifierKey: String = "")

An internal Anvil API used to propagate binding metadata from contributed bindings. Should not be used directly.