endovena ~master (2017-09-08T23:25:21Z)
Dub
Repo
AnotherServiceWithDependency
tests
cut
Undocumented in source.
class
AnotherServiceWithDependency :
IService
{
IDependency
dependency
[@property getter];
this
(IDependency dependency);
}
Constructors
this
this
(IDependency dependency)
Undocumented in source.
Members
Properties
dependency
IDependency
dependency
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tests
cut
classes
AnotherService
AnotherServiceWithDependency
Dependency
Service
ServiceA
ServiceB
ServiceWithArrayDependencies
ServiceWithDependency
ServiceWithMultipleCostructors
ServiceWithTwoParametersBothDependentOnSameService
ServiceWithoutPublicConstructor
interfaces
IDependency
IService
ISingletonService
ITransientService