org.jboss.weld.environment.se.contexts
Annotation Type ThreadScoped


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

Used to represent that a managed bean is scoped to the current thread.

Author:
Peter Royle



Copyright © 2013 Seam Framework. All Rights Reserved.