Module org.refcodes.decoupling
Package org.refcodes.decoupling
Interface DependencyAccessor.DependencyMutator<T>
- Type Parameters:
T
- The generic type of the dependency.
- All Known Subinterfaces:
DependencyAccessor.DependencyProperty<T>
- Enclosing interface:
- DependencyAccessor<T>
public static interface DependencyAccessor.DependencyMutator<T>
Provides a mutator for a dependency property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDependency
(Dependency<T> aDependency) Sets the dependency for the dependency property.
-
Method Details
-
setDependency
Sets the dependency for the dependency property.- Parameters:
aDependency
- The dependency to be stored by the dependency property.
-