程序包 cn.taketoday.web.context.annotation
@NonNullApi
@NonNullFields
package cn.taketoday.web.context.annotation
Provides convenience annotations for web scopes.
-
Annotation Interfaces类说明
@RequestScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web request.@SessionScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web session.