Package | Description |
---|---|
javax.batch.api |
Provides APIs used by Batch artifacts.
|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
javax.inject |
This package specifies a means for obtaining objects in such a way as to
maximize reusability, testability and maintainability compared to
traditional approaches such as constructors, factories, and service
locators (e.g., JNDI). This process, known as dependency
injection, is beneficial to most nontrivial applications.
|
Modifier and Type | Class and Description |
---|---|
interface |
BatchProperty |
Modifier and Type | Class and Description |
---|---|
interface |
Destroyed
The
@Destroyed qualifier. |
interface |
Initialized
The
@Initialized qualifier. |
Modifier and Type | Class and Description |
---|---|
interface |
Any
The built-in qualifier type.
|
interface |
Decorated
A decorator may inject metadata about the bean it is decorating
|
interface |
Default
The default qualifier type.
|
interface |
Intercepted
An interceptor may inject metadata about the bean it is intercepting.
|
interface |
New
The
New qualifier was deprecated in CDI 1.1. |
Modifier and Type | Class and Description |
---|---|
interface |
FlowBuilderParameter
The presence of this annotation on a CDI producer
method for the |
interface |
FlowDefinition
The presence of this annotation on a CDI producer method indicates that the method will produce a flow. |
Modifier and Type | Class and Description |
---|---|
interface |
Named
String-based qualifier.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.