Index

C G I J N P Q S V 
All Classes and Interfaces|All Packages

C

Circular Dependencies - Search tag in annotation interface jakarta.inject.Inject
Section
Circular Dependencies - Search tag in annotation interface javax.inject.Inject
Section

G

get() - Method in interface jakarta.inject.Provider
Provides a fully-constructed and injected instance of T.
get() - Method in interface javax.inject.Provider
Provides a fully-constructed and injected instance of T.

I

Inject - Annotation Interface in jakarta.inject
Identifies injectable constructors, methods, and fields.
Inject - Annotation Interface in javax.inject
Identifies injectable constructors, methods, and fields.
Injectable Values - Search tag in annotation interface jakarta.inject.Inject
Section
Injectable Values - Search tag in annotation interface javax.inject.Inject
Section

J

jakarta.inject - module jakarta.inject
 
jakarta.inject - package jakarta.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.
javax.inject - package 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.

N

Named - Annotation Interface in jakarta.inject
String-based qualifier.
Named - Annotation Interface in javax.inject
String-based qualifier.

P

Provider<T> - Interface in jakarta.inject
Provides instances of T.
Provider<T> - Interface in javax.inject
Provides instances of T.

Q

Qualifier - Annotation Interface in jakarta.inject
Identifies qualifier annotations.
Qualifier - Annotation Interface in javax.inject
Identifies qualifier annotations.
Qualifiers - Search tag in annotation interface jakarta.inject.Inject
Section
Qualifiers - Search tag in annotation interface javax.inject.Inject
Section

S

Scope - Annotation Interface in jakarta.inject
Identifies scope annotations.
Scope - Annotation Interface in javax.inject
Identifies scope annotations.
Singleton - Annotation Interface in jakarta.inject
Identifies a type that the injector only instantiates once.
Singleton - Annotation Interface in javax.inject
Identifies a type that the injector only instantiates once.

V

value() - Element in annotation interface jakarta.inject.Named
The name.
value() - Element in annotation interface javax.inject.Named
The name.
C G I J N P Q S V 
All Classes and Interfaces|All Packages