Hi.
I have class that represents users. Users are divided into two groups with different id.
Could i make something like "if statement
", so if (id==1)
set annotation on field @XMLTransient
Or the only one way to do this is to create two separate classes ?