Class AdapterInjectionSupport

java.lang.Object
com.google.inject.AbstractModule
org.eclipse.gef.common.adapt.inject.AdapterInjectionSupport
All Implemented Interfaces:
Module

public class AdapterInjectionSupport extends AbstractModule
A configuration module that can be installed (via Binder.install(Module)) to enable support for injection of adapters into IAdaptables. The adapters that are to be injected can be configured through respective adapter (map) bindings (see AdapterMap ). Injection is performed on all IAdaptables that are eligible for adapter injection (see InjectAdapters).