'PojoProperties' is depricated. #757
CLOSED
Submitted 2 years ago
IObservableValue myModel = PojoProperties.value("firstName").observe(person);
when I edit the above code my eclipse (2021-03 version) saying 'PojoProperties' is depricated. How I correct this problem ??
Thanks.
Please login to write a comment.
Comments
Thanks for the report. We added typle factories to databinding in the 2020-12 release IRC. I update the code and let you know once this is live.
I added the typed imports to https://learn.vogella.com/exercises/rich-client-platform/introduction-to-jface-databinding-uEobS
Please reopen if you miss that information somewhere else.
Thanks a lot