From: Trans Date: 2005-12-21T09:22:48+09:00 Subject: Re: How to know if a method is read-write or read-only Thanks Daniel. That's an interesting approach --probably the best automatic way that can be done. But I think for a practical approach I will have to create some sort of annotation declaration and simply manually declare methods as read-only vs. read-write. Not ideal, of course, but at least it will work efficiently. Thanks, T.