Skip to content

Commit 2b1b4bb

Browse files
committed
Update example with annotation.
1 parent 5608d94 commit 2b1b4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ session data to a Java bean. It has built-in support for nested beans, type conv
1010
a more advanced `@ModelAttribute`.
1111

1212
```java
13+
@RequestBean // Annotate class for introspection at application startup
1314
public class CustomRequestBean {
1415
// Query parameters
1516
@RequestParameter("different_name")

0 commit comments

Comments
 (0)