org.jboss.seam.solder.bean.generic
Annotation Type ApplyScope


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
public @interface ApplyScope

Specifies that the managed bean or producer should inherit the scope of the generic configuration producer. If you annotate a producer field, producer method or managed bean with @ApplyScope it must not define another scope.

Author:
Stuart Douglas



Copyright © 2008-2011 Seam Framework. All Rights Reserved.