|
RE: RFC: Reflection refactoring: msg#00164java.classpath.patches
Archie Cobbs wrote: > Jeroen Frijters wrote: > > I would like to add an indirection layer to reflection (attached is > > java.lang.reflect.Field, but I also want to do this for Method and > > Constructor). By doing this, we can start caching these > objects in Class > > and have a Classpath common reflection caching mechanism. > > Aren't these mutable objects though? java.lang.reflect.Field is mutable, that's why I introduced VMField, it contains the immutable "guts" of the field, and Field is simply a very thin wrapper around it. Regards, Jeroen
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: RFC: Reflection refactoring, Archie Cobbs |
|---|---|
| Next by Date: | Re: RFC: Reflection refactoring, Archie Cobbs |
| Previous by Thread: | Re: RFC: Reflection refactoring, Archie Cobbs |
| Next by Thread: | Re: RFC: Reflection refactoring, Archie Cobbs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |