Spring.DesignPatterns Unit

This namespace contains the following classical design patterns:

Classes

Records

TSingleton

Provides a simple implementation of the Singleton Pattern . Use this portal to get the shared instance of a certain class which must have a default constructor.

It also keeps track of the lifetime of the instances and will free them in reversed order.

Interfaces

Delegates