Package | Description |
---|---|
com.caucho.config | |
com.caucho.config.annotation | |
com.caucho.config.gen | |
com.caucho.config.j2ee | |
com.caucho.hemp | |
javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
javax.inject |
Modifier and Type | Class and Description |
---|---|
interface |
Admin |
interface |
Unbound
The @Unbound binding marks the bean as ephemeral, i.e.
|
Modifier and Type | Class and Description |
---|---|
interface |
OsgiServiceBinding
The @OsgiServiceBinding fires a startup event to register the
bean as an osgi service.
|
interface |
ServiceBinding
The @ServiceBinding is used startup a basic service.
|
Modifier and Type | Class and Description |
---|---|
interface |
XaCallback |
Modifier and Type | Class and Description |
---|---|
interface |
BeanName
The @BeanName annotation for EJB names
|
interface |
EjbQualifier
The qualifier for a registered EJB.
|
interface |
JpaPersistenceContext
JpaPersistenceContext is a binding type for the JPA EntityManager, letting
you select the context by its name and allowing the extended value to
be selected.
|
Modifier and Type | Class and Description |
---|---|
interface |
BamServiceBinding
The @BamServiceBinding is used to locate the bam service registry.
|
Modifier and Type | Class and Description |
---|---|
interface |
Any
Binding injection representing any matching bean.
|
interface |
Default
Default bean injection uses @Default as the injection point's
@Qualifier . |
interface |
New
New bean creation and injection uses the @New annotation as the
@Qualifier for the injection point. |
Modifier and Type | Class and Description |
---|---|
interface |
Named
The @Named annotation for web beans
|