What is the difference between using:
WeldContainer se = new Weld().initialize();
or
SeContainer se = SeContainerInitializer.newInstance().initialize();
I just want to use @Injection and @Produce annotations, but I have not found the difference between these two ways of initializing an object instance.