[API Review] Property and expression conversion methods
    Richard Bair 
    richard.bair at oracle.com
       
    Tue Feb 26 11:42:51 PST 2013
    
    
  
> My gut feeling here is that we should use "as" for wrappers that are referencing the original object somehow, some kind of views of the original object and "to" for new (constant) values that don't have any reference to the original object and don't change when the original object changes.
+1.
We should document this convention someplace...
    
    
More information about the openjfx-dev
mailing list