@Retention(value=RUNTIME) @Target(value={PARAMETER,ANNOTATION_TYPE}) public @interface NonComposite
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.Copyright © 2011–2023 Pivotal, Inc.. All rights reserved.