Tikani93
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Lifecycle of project-layer containers
AnsweredWhen a project is being closed, is dispose() propagated to all services/components in project-level DI context? I have some clean-up logic that I want to bind to a moment of the project's closing. ... -
Created Dependency injection in IDEA plugins
AnsweredIs there a way to use a full set of PicoContainer features out-of-the-box ("component-service model") ? i.e. custom contexts with manually defined parent-child hierarchy, injection via Provider cla...