AbstractInjection

Constructors

Link copied to clipboard
constructor(annotationClass: Class<out Annotation>)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open override 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).