Class DependencyStack

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Dependency>, Collection<Dependency>, Deque<Dependency>, List<Dependency>, Queue<Dependency>, SequencedCollection<Dependency>

public class DependencyStack extends LinkedList<Dependency>
This class is used to be able to manage properly use cases where the constructor or the methods used to add and create plugin call {{getComponentInstanceOfType}} instead of properly adding it in the constructor directly
Version:
$Id$
Author:
Nicolas Filotto
See Also: