Package org.wilmascope.patterns

Class Summary
Prototype Prototype defines a class whose objects may be cloned, such that an instance may be passed to a Factory class and cloned to produce new instances.
Singleton Use Singleton.instance(String) to access a given instance by name.
Test