se.unlogic.standardutils.annotations
Annotation Type SplitOnLineBreak


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SplitOnLineBreak

This annotation is together with the WebPopulate annotation to indicate that the request parameters of a field should be split on line break. It should be noted that this is only supported for fields of the type List.

Author:
Robert "Unlogic" Olofsson (unlogic@unlogic.se)



Copyright © 2011. All Rights Reserved.