Re: requireBinding for a BindingAnotation possible?

2016-09-19 Thread Steve Storck
gt;(){}, MyMap)) > > On Monday, September 19, 2016 at 3:25:03 PM UTC+2, Steve Storck wrote: >> >> Some of my modules require a binding from another module. I want to set >> up a requireBinding in the dependent modules' configure() method, but it >> doesn't seem

requireBinding for a BindingAnotation possible?

2016-09-19 Thread Steve Storck
Some of my modules require a binding from another module. I want to set up a requireBinding in the dependent modules' configure() method, but it doesn't seem to be working for me. Here is an example of what I am doing: @BindingAnnotation @Target([FIELD, PARAMETER, METHOD]) @Retention(RUNTIME)