Annotation Type WrappedMap
Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objects
i.e.
@PUT @Consumes("application/xml") public void put(@WrappedMap Map<String, User> users);
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Optional Element Summary