| Interface | Description |
|---|---|
| IFactory<T,X extends java.lang.Exception> |
Generic factory interface.
|
| IParameterizedFactory<T,P,X extends java.lang.Exception> |
Generic factory interface.
|
| Class | Description |
|---|---|
| ForwardingFactory<T,X extends java.lang.Exception> |
A factory that forwards creation to its parameter.
|