spring-framework / org.springframework.web.bind.annotation / SessionAttributes / names

names

@AliasFor("value") val names: Array<String>

The names of session attributes in the model that should be stored in the session or some conversational storage.

Note: This indicates the model attribute names. The session attribute names may or may not match the model attribute names. Applications should therefore not rely on the session attribute names but rather operate on the model only.

Since
4.2