24.11.4. Combining Constraints

Constraints can also be combined to filter objects from multiple paths within the object graph:
@WebRemote(exclude = {"widgetList.secret", "widgetMap[value].secret"}) 
public Widget getWidget();