users@jersey.java.net

XmlTransient annotation not working

From: Rahul Joshi <rahul.joshi_at_globallogic.com>
Date: Fri, 23 Apr 2010 11:41:04 +0530

Hi,

The bean that I am using for JSON output contains few properties which I
don't want to return to client.
I have used @XmlTransient annotation for those properties but still
those field appears in the JSON output.

Is there any other way of ignoring the properties.

Thanks
  -Rahul