Annotation Type ThreadScoped


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) @Documented @NormalScope @Inherited public @interface ThreadScoped
Used to represent that a managed bean is scoped to the current thread.
Author:
Peter Royle