The documentation (for instance, the Javadocs on DefaultValue) say that I
should get an empty collection if I don't specify the a @DefaultValue
annotation, and if no params are provided: "If this annotation is not used
and the corresponding metadata is not present in the request, the value will
be an empty collection for List, Set or SortedSet, null for other object
types, and the Java-defined default for primitive types."
I am getting null instead. This is with jersey-1.0.3.
--
Stephen Duncan Jr
www.stephenduncanjr.com