站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

Mutable (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


org.jboss.seam.annotations
Annotation Type Mutable


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Mutable

Specifies that instances of this component are are mutable, and do not handle their own state replication. Used for JavaBean components which are SESSION or CONVERSATION scoped.

Author:
Gavin King