JH> The 'handlePostConstruct' method... would simply involve a static
JH> check for the existence of
JH> Class.forName("javax.annotation.PostConstruct")
Why bother with the reflection check when the lists will simply be empty
in the case when there is no injection manager?