public
|
INHERIT = 3
Service lifetime interfaces inherited by the class are honoured
Service lifetime interfaces inherited by the class are honoured
Specifically:
- If the class does not implement {@see SingletonInterface},
{@see ServiceLifetime::TRANSIENT} applies.
- If the class implements {@see SingletonInterface},
{@see ServiceLifetime::SINGLETON} applies.
|
#
|