I\'m providing a boolean for injection to HK2 like this:
binder.bind(disableMyFeature).named("disableMyFeature").to(Boolean.class)
Then