I have two business objects having many too many relationships. I am using a REST service to call the DAO method given below and get a list of political indicators for a pol
You need to move the annotation to the getter method:
@JsonIgnore public List getEventList() { return eventList; }