TestClass

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Variables

inj1
TestInj1 inj1;

InGen(10) will check if there is already an instance of TestInj1 which was constructed with the value 10. If it exists, it is returned. Otherwise a TestInj1 is created with 10 passed to its constructor. This created instance is additionally stored inside the InGenFactory.

inj2
TestInj2 inj2;
Undocumented in source.
inj3
TestInj3 inj3;
Undocumented in source.
notInjected
int notInjected;
Undocumented in source.
ts
TestStruct ts;
Undocumented in source.

Meta