Package org.springframework.hateoas
Annotation Interface NonComposite
Annotation to be used in combination with
RequestParam
to indicate that collection based values are supposed
to be rendered as non-composite values, i.e. like param=value1,value2,value3
rather than
param=value1¶m=value2
when generating links by pointing to controller methods.- Since:
- 1.4
- Author:
- Oliver Drotbohm