-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
From hani@formicary.net on March 14, 2007 09:22:31
Support for JSR-250 (javax.annotation) would also be very useful for all those people using init()
methods and the list.
The mapping I think is:
@PostConstruct -> Called right after construction
@Resource -> Analogous to @Inject
@PreDestroy -> No concept of destruction, is there?
@Generated -> Doesn't apply
Original issue: http://code.google.com/p/google-guice/issues/detail?id=62
Reactions are currently unavailable