Hi Jordan, the Onami-Lifecycle comes with default annotation that makes the module dependencies-less (unless the required Guice FW, of course) BUT it is flexible and adaptable enough to support both PostConstruct[1] and PreDestroy[2] annotations - or whatever kind of annotations the user defined for his platform - see the `Customization ` section in both pages I linked you.
HTH! -Simo [1] http://onami.incubator.apache.org/lifecycle/after-injection.html [2] http://onami.incubator.apache.org/lifecycle/dispose.html http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Feb 25, 2013 at 2:29 AM, Jordan Zimmerman <[email protected]> wrote: > Why did Onami choose AfterInjection/Dispose instead of > PostConstruct/PreDestroy? > > -Jordan
