Service Injection
@Component
@Order(value = -2147483648 )
Special Injection that injects Services into target objects based on a field or method annotation of type InjectService.
Functions
Link copied to clipboard
open override fun inject(targetObject: Any, accessibleObject: AccessibleObject, annotation: InjectService, context: Keywords?)
Fetches the specified resource and injects it into the given target object using the given accessible object (field or method).
Link copied to clipboard