I am learning weld.
And when I study the source code of org.jboss.weld.environment.se.Weld class
it mention synthetic bean archive several times in comment. It seemed it have thing with beans.xml.
I guess it is used to tell container load beans specified by manually and at this case we dont need beans.xml, but that is only my conjecture
then who can tell me how to understand synthetic bean archive?
everything will be appreciated.