程序包 cn.taketoday.web.bind.annotation
package cn.taketoday.web.bind.annotation
-
Annotation Interfaces类说明Annotation to bind values from a web request such as request parameters or path variables to fields of a Java object.Annotation that identifies methods which initialize the
WebDataBinderwhich will be used for populating command and form object arguments of annotated handler methods.Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.Annotation that indicates the session attributes that a specific handler uses.