jmihalich

Results 1 comments of jmihalich

I was able to get PreDestroy to be called by changing the bind line to this: bind(TestService.class).to(TestService.class).in(Singleton.class); When i define it as singleton scope preDestroy is called. Not sure why...