Package-level declarations

Types

Link copied to clipboard
@Component
@Order(value = -2147483648)
class ServiceInjection @Autowired constructor(injectorFactory: InjectorFactory) : AbstractInjection<Service, InjectService, Keywords?> , ApplicationContextAware

Special Injection that injects Services into target objects based on a field or method annotation of type InjectService.