observers property

List<ProviderObserver> observers
final

The list of observers attached to this container.

Observers can be useful for logging purpose.

This list includes the observers of this container and that of its "parent" too.

Implementation

final List<ProviderObserver> observers;