Annotation Interface NonComposite


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @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&param=value2 when generating links by pointing to controller methods.
Since:
1.4
Author:
Oliver Drotbohm