HEADS-UP: Deprecating builders
    Tom Schindl 
    tom.schindl at bestsolution.at
       
    Mon May 20 08:18:42 PDT 2013
    
    
  
So is there going to be a replacement for builders? How does FXML deal 
with classes who don't have a no-arg constructor?
Tom
On 20.05.13 17:06, Eva Krejcirova wrote:
> Hi all,
>
> Based on the discussion we had in April on this mailing list (Proposal:
> Deprecate Builders thread) we decided to deprecate the builders. I just
> pushed a change to graphics repository which adds the deprecated
> annotation/comment to the builders code and freezes them in the state
> from 2.2 version. This means that the builders are no longer
> automatically generated during build so newly added methods won't appear
> in the builders code and newly added classes won't have builders at all.
> Also, the incomplete "fix" for RT-24272 (TableView reference to create
> is ambiguous) has been reverted to original version from 2.2, this means
> that the create() for generic classes is without arguments again.
>
> Regards,
> Eva
    
    
More information about the openjfx-dev
mailing list