Discussion:
[cglib-devel] cglib and thread safeness
Chul Yoon
2005-06-02 21:00:41 UTC
Permalink
Is a static instance of net.sf.cglib.beans.BeanCopier thread safe when using
the copy method?

Thank you.
Chris Nokleberg
2005-06-02 21:30:54 UTC
Permalink
Post by Chul Yoon
Is a static instance of net.sf.cglib.beans.BeanCopier thread safe when using
the copy method?
Yes. The BeanCopier instances don't even have any fields--all of the
generated code is within the copy method itself.

Chris

Loading...