ObjectCreator<T> typedef

ObjectCreator<T> = T Function(ObjectContainer container)

Implementation

typedef T ObjectCreator<T>(ObjectContainer container);