Annotation Interface AutoTrim
Annotates a method parameter. Should be used in
Controller
s and Filter
s.
Parameter type must be String. If a string is not null, it will be trimmed for whitespace before method invocation.
- Author:
- Matthew Tropiano