I'm trying to use Lombok in combination with JavaFX properties:
@Data
public class Country {
private SimpleIntegerProperty id = new SimpleIntegerProperty();
private SimpleStringProperty name = new SimpleStringProperty();
}
This generates getters and setters for the Properties itself:
However, I would expect(/like) this in JavaFX:
Is this supported in Lombok? I don't find much information about Lombok in combination with JavaFX (or I must be searching wrong). I'm not really familiar with Lombok yet, so apologies if this is a basic question.
There's no support, see issue 521. I'm afraid, there's nothing beside the issue and an discussion.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With