Package | Description |
---|---|
org.eclipse.e4.core.di |
Application programming interfaces describing dependency injection framework.
|
Modifier and Type | Method and Description |
---|---|
IBinding |
IInjector.addBinding(Class<?> clazz)
Creates a binding for the specified class and adds it to the injector.
|
IBinding |
IInjector.addBinding(IBinding binding)
Adds binding to the injector.
|
IBinding |
IBinding.implementedBy(Class<?> clazz)
Creates a binding for the specified class
|
IBinding |
IBinding.named(String name)
Creates a binding for the specified name.
|
Modifier and Type | Method and Description |
---|---|
IBinding |
IInjector.addBinding(IBinding binding)
Adds binding to the injector.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.