Saturday, 17 August 2013

How can I lifecycle managed object in a Dagger graph

How can I lifecycle managed object in a Dagger graph

I can't see any support for life-cycle management in Dagger. Only DI, and
nothing for @PostConstruct or @PreDestroy (which I could use methinks).
I don't think it's possible to traverse the graph either!
How can I go about this?

No comments:

Post a Comment