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

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


org.jboss.seam.annotations
Annotation Type Unwrap


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Unwrap

Specifies that the object returned by the annotated getter method is to be injected instead of the component itself. Supports use of the Seam "manager component" pattern.

Author:
Gavin King