Using ` {{ BeanConfigurator ` }} and *not* specifying any callback ( ` {{ createWith ` }} / ` {{ produceWith ` }} ) will result in an NPE when trying to create the bean.
CDI spec does not define how to behave or what kind of parameters should be checked when suing ` {{ BeanConfigurator ` }} , but we might want to mask this NPE behind some other, user-readable exception. |
|