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

AutoCreate (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations
Annotation Type AutoCreate


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

Specifies that this component should be automatically instantiated whenever it is asked for, even if @In does not specify create=true.

Author:
Gavin King