Annotation Type WrappedMap
- 
@Target({PARAMETER,METHOD}) @Retention(RUNTIME) public @interface WrappedMap
Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objectsi.e.
@PUT @Consumes("application/xml") public void put(@WrappedMap Map<String, User> users);- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke