How is a $Proxy$_$$_Weld$EnterpriseProxy$ proxy subclass implemented?
问题 In a Java EE 7 application, let's say I have a session bean class " @Stateless public class MyEJB ". When debugging under Glassfish 4, I can see that a proxy subclass named MyEJB$Proxy$_$$_Weld$EnterpriseProxy$ was created (in order to provide Java EE container services to the EJB). I am trying to figure out how these proxy subclasses are implemented. Is there a standard Java EE SPI which the proxy implementation calls, for example, to demarcate a transaction? Or is this done through