Injection

An Injection is responsible for the injection of a single resource into a target object using a property of the target

Inheritors

Properties

Link copied to clipboard
abstract var annotationClass: Class<out Annotation>

Functions

Link copied to clipboard
abstract fun inject(targetObject: Any, accessibleObject: AccessibleObject, annotation: AnnotationType, context: InjectionContext)

Fetches the specified resource and injects it into the given target object using the given accessible object (field or method).