| Package | Description |
|---|---|
| org.symphonyoss.s2.fugue.di.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> ComponentDescriptor |
ComponentDescriptor.addDependency(Class<T> requiredInterface,
IBinder<T> binder)
Add a simple (Cardinality.One) dependency.
|
<T> ComponentDescriptor |
ComponentDescriptor.addDependency(Class<T> requiredInterface,
IBinder<T> binder,
Cardinality cardinality)
Add a dependency.
|
| Constructor and Description |
|---|
Dependency(Class<T> requiredInterface,
IBinder<T> binder,
Cardinality cardinality) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.