On Sun, 2006-02-19 at 13:15, Clebert Suconic wrote:
> :-)
> 
> Can I use this to access/modify private attributes?
> 

See the forums thread.

> Also, is it possible to modify final private attributes?
>  

Probably, but that doesn't mean the JIT will necessarily
pickup the change if you modify a final after construction.

Under what circumstances would you do this? That is the
reason a serializable class must have a noargs constructor.

> 
> Clebert
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Adrian Brock
> Sent: Sunday, February 19, 2006 7:27 AM
> To: jboss-development@lists.sourceforge.net
> Subject: [JBoss-dev] [Fwd: Reflection using Javassist]
> 
> -----Forwarded Message-----
> From: Adrian Brock <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Reflection using Javassist
> Date: Sun, 19 Feb 2006 08:21:05 -0500
> 
> For those that don't read the dev forums:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77714
> 
> Clebert might be interested in this to optimize
> his reflection usage in serialization?
> 
> I told you, you should have used the ClassInfo API!
> But you will go reinventing. :-)
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Chief Scientist
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to