Extending builders

Eva Krejcirova eva.krejcirova at oracle.com
Thu Nov 22 06:40:10 PST 2012


Hi,

There is one more thing which needs to be sorted out before adding new 
methods to builders:
SceneBuilder and FXML use builders to find names of properties of a 
class, so they need to have a way to differentiate between the new 
convenience methods and the methods which correspond to properties of a 
class. Daniel, is this still true?

Last time we discussed this, Daniel suggested to annotate these new 
convenience methods. If we go this way, we need to create a new runtime 
annotation (and find a name for it :-) )

Eva


More information about the openjfx-dev mailing list