Re: Question in understanding ClassValue better

2016-05-24 Thread Jochen Theodorou
On 24.05.2016 15:33, Peter Levart wrote: On 05/24/2016 01:41 PM, Peter Levart wrote: Hm, It seems that my example will not help much. It also seems that the only problem with plain: static final ClassValue META_CLASS_CV = new ClassValue() { @Override protected MetaClass co

Re: Question in understanding ClassValue better

2016-05-24 Thread Peter Levart
On 05/24/2016 01:41 PM, Peter Levart wrote: Hm, It seems that my example will not help much. It also seems that the only problem with plain: static final ClassValue META_CLASS_CV = new ClassValue() { @Override protected MetaClass computeValue(Class type) {

Re: Question in understanding ClassValue better

2016-05-24 Thread Peter Levart
On 05/24/2016 10:26 AM, Jochen Theodorou wrote: Peter, I fully understand if you cannot reply to this mail easily, just wanted to ping to ensure this is not forgotten ;) Sorry Jochen, I forgot about it... Thanks for reminding me! On 20.05.2016 01:33, Jochen Theodorou wrote: On 19.05.2016 2

Re: Question in understanding ClassValue better

2016-05-24 Thread Jochen Theodorou
Peter, I fully understand if you cannot reply to this mail easily, just wanted to ping to ensure this is not forgotten ;) On 20.05.2016 01:33, Jochen Theodorou wrote: On 19.05.2016 21:32, Peter Levart wrote: [...] a ClassValue instance can be thought of as a component of a compound key. Togeth