Open GoogleCodeExporter opened 9 years ago
This ties into
http://code.google.com/p/google-guice/issues/detail?id=62&can=2&q=&sort=-id
My vote would be to go with the standard approach and allow a @PostConstruct
annotation.
Original comment by h...@formicary.net
on 14 Mar 2007 at 10:35
@PostConstruct (or @PostInject :)) works for code in the class, but we should
also
support external logic, kind of like Spring's post processors.
Original comment by crazybob...@gmail.com
on 14 Mar 2007 at 10:44
Sounds good to me; allowing folks to post process in other ways (e.g. to support
other kinds of annotation or APIs like Spring's InitializingBean etc).
Original comment by james.st...@gmail.com
on 17 Mar 2007 at 7:31
This describes Provider Interceptors, issue 78, in a nutshell.
Original comment by kevin...@gmail.com
on 19 Mar 2007 at 6:32
Original issue reported on code.google.com by
crazybob...@gmail.com
on 14 Mar 2007 at 10:31