|
Tomas Remes Properties also declares a public constructor with no arguments. Stuart Douglas This should be fixed in Weld 2.3.3 (will be released later this week) and 3.0.0.Alpha15 - see also
WELD-2092
. I'm not sure why it was implemented this way. Most probably no one has ever run into this problem. Anyway, we can only ignore private methods on client proxies - not on intercepted subclasses (e.g. observers may be private).
|