JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.jboss.weld.environment.se.contexts
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