Veto managed bean using extension in favour of producing the config.
This is a different solution than discussed, that works quite explicitly.
By using the CDI extensions, we can hook into the discovery process and veto the registration of the class SSAConfig
as a managed bean.
Inspiration here: https://stackoverflow.com/a/55990362