Annotation Interface NotExploded


@Retention(RUNTIME) @Target({PARAMETER,FIELD}) public @interface NotExploded
Annotation which indicates that a method parameter should be passed following the not exploded format.

This annotation is used only in combination with RequestParam

See Also: