程序包 cn.taketoday.web.context.annotation


@NonNullApi @NonNullFields package cn.taketoday.web.context.annotation
Provides convenience annotations for web scopes.
  • Annotation Interfaces
    说明
    @RequestScope is a specialization of @Scope for a component whose lifecycle is bound to the current web request.
    @SessionScope is a specialization of @Scope for a component whose lifecycle is bound to the current web session.