org.jboss.seam.annotations
Annotation Type Unwrap


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@Inherited
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