zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properties should be markable as not synchronized

on-delete opened this issue · comments

Properties should be markable as not synchronized due to binding problems (for example with an annotation).

Maybe we could additionally use the java keyword transient that has a similar meaning when it comes to serialization. When the user uses transient for a property field we could ignore it for synchronization. An annotation would still be cool because in some cases maybe you can't use transient.