| Interface | Description |
|---|---|
| ConstructorStrategy |
The strategy used to construct an instance of a
Class. |
| Class | Description |
|---|---|
| DefaultConstructorStrategy |
The default
ConstructorStrategy implementation. |
| NullConstructorStrategy |
A
ConstructorStrategy implementation that always returns null. |