users@hk2.java.net

Custom Injection Resolver with addActiveDescriptor

From: buko <buko_at_chiubarobot.com>
Date: Sun, 18 May 2014 12:11:48 -0400

Looks like another bug: if I use addActiveDescriptor (from within
AbstractBinder) then custom injection annotations (which have a custom
injection resolver bound elsewhere) don't actually get resolved. They seem
to be completely ignored. The annotated variables end up null and the
injection resolvers are ignored. Going back to the bind() syntax works
fine.