Class | Description |
---|---|
NamedLiteral |
Utility class for creating @Name annotations, used for generic
resources like DataSources.
|
RequestContext |
Scope based on the current transaction.
|
ThreadContext |
The ThreadContext works with @ThreadScoped.
|
Annotation Type | Description |
---|---|
Jndi |
The @Jndi annotation registers a bean in JNDI.
|
LazyExtension | |
MBean |
The @MBean annotation registers a bean instance with JMX.
|
Module | |
NonProxied | |
ThreadScoped | |
TransactionScoped |
The @TransactionScoped marks a bean as scoped to the current XA.
|