@PostConstruct , @PreDestroy などの JSR-250 Lifecycle annotation は、 これらを使ってちゃんと実装すべきなのだろうけど、 guice/extensions/jsr250 at master · mathieucarbou/guice · GitHub @PostConstruct だけ、簡単につかいたい。結構、古い断片のコードだけど参考になるものを見つけた https://gist.github.com/diversit/04dc5da5f76d51a23f91eaab81806386 ここを参考に、以下、Guice の bindLis…