| It is useful to supply a custom initiator for various services either to replace (override) the current one or supply a new service (extend). The registry builders all support this already, but that is aimed at applications. In some use cases (inside containers like WildFly) it would be nice to adjust the default set of initiators without application intervention. The proposed solution is a JDK ServiceLoader based approach. |