Class CallbackAwareInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.CallbackAwareInstantiator<T>
Type Parameters:
T - identifying the type of the objects to be instantiated
All Implemented Interfaces:
ParameterizedInstantiator<T>

public class CallbackAwareInstantiator<T> extends Object implements ParameterizedInstantiator<T>
Delegate to ParameterizedInstantiator that calls ConfigurationCallBackHandler.configure(Object) after creation of the object.
Author:
Oliver Wolff