some thoughts on ClassValue
    Jochen Theodorou 
    blackdrag at gmx.org
       
    Sat Apr 27 14:34:49 PDT 2013
    
    
  
Am 27.04.2013 23:26, schrieb John Rose:
...
> Each instance of the Groovy runtime will use a distinct ClassValue instance.
>
> If the ClassValue instance goes dead, then all the values (for each
> class) bound using that instance should go dead also.
>
> If they don't it's a bug.
well... I assume that if I have a ClassValue for Object that is an 
isntance of Foo, that this instance will stay as long as I don't delete 
it myself. That is how ClassValue works, or not? And that is exactly my 
problem too.
bye Jochen
    
    
More information about the mlvm-dev
mailing list