Open nbrugger-tgm opened 2 years ago
At the moment proxies for list and all generic objects are provided.
But creating object proxies is dangerous as it can produce runtime failures due to a security manager or the use of reflections.
Therefore a Bean proxy should be provided that is safe to operate if the proxy class is a Java Bean.
At the moment proxies for list and all generic objects are provided.
But creating object proxies is dangerous as it can produce runtime failures due to a security manager or the use of reflections.
Therefore a Bean proxy should be provided that is safe to operate if the proxy class is a Java Bean.