Skip to content

Commit

Permalink
Update @RequestParam javadoc
Browse files Browse the repository at this point in the history
Issue: SPR-10180
  • Loading branch information
rstoyanchev committed Mar 1, 2013
1 parent 33e723b commit 3abe05c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
boolean required() default true;

/**
* The default value to use as a fallback. Supplying a default value implicitly
* sets {@link #required()} to false.
* The default value to use as a fallback when the request parameter value
* is not provided or empty. Supplying a default value implicitly sets
* {@link #required()} to false.
*/
String defaultValue() default ValueConstants.DEFAULT_NONE;

Expand Down

0 comments on commit 3abe05c

Please sign in to comment.