Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties should be markable as not synchronized #21

Open
on-delete opened this issue Mar 19, 2014 · 1 comment
Open

Properties should be markable as not synchronized #21

on-delete opened this issue Mar 19, 2014 · 1 comment

Comments

@on-delete
Copy link

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

@manuel-mauky
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants