Annotation Interface AutoTrim


@Target(PARAMETER) @Retention(RUNTIME) public @interface AutoTrim
Annotates a method parameter. Should be used in Controllers and Filters.

Parameter type must be String. If a string is not null, it will be trimmed for whitespace before method invocation.

Author:
Matthew Tropiano