>> When should the dependencies injected into entity providers? Before
>> the call of entityProvider.is[Readable|Writeable]() (then all
>> readers|writers must be injected into for every call), or only for
>> the provider to be use, that means after the call of
>> is[Readable|Writeable]()?
>>
>> Or is this out of the spec?
> In general injection happens before any methods are called so I think
> it would be confusing if we specified otherwise.
No problem, but this is not really efficient. But the usecase is not
often used, I think.
best regards
Stephan