EMPTY
A predefined, immutable, and empty implementation of the DependencyMap
interface.
This object does not contain any dependencies and will always return false
when checked for a dependency's presence using the contains
method. Attempting to retrieve a dependency using the get
method of this object will always throw a MissingDependencyException
.
Use this object as a default or placeholder implementation.