You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's by design, but it seems that TyphoonDefinition+InstanceBuilder doesn't take into account beforeInjections and afterInjections of parent definitions.
From its parent, a definition will inherit the initializer, property injections, method injections and scope. Any of these can be overridden.
So, its by design. However, I'm not very familiar with this piece of functionality, so we need @jasperblues and @alexgarbarev to debate about this feature request.
Not sure if it's by design, but it seems that
TyphoonDefinition+InstanceBuilder
doesn't take into account beforeInjections and afterInjections of parent definitions.I wanted to have something like this:
But
myAfterInjectionMethod
is never calledThe text was updated successfully, but these errors were encountered: