G I J N P Q S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- get() - Method in interface javax.inject.Provider
-
Provides a fully-constructed and injected instance of
T
.
I
- Inject - Annotation Type in javax.inject
-
Identifies injectable constructors, methods, and fields.
J
- java.inject - module java.inject
-
JSR-330 Dependency Injection standard for Java.
- 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 Type in javax.inject
-
String-based qualifier.
P
- Provider<T> - Interface in javax.inject
-
Provides instances of
T
.
Q
- Qualifier - Annotation Type in javax.inject
-
Identifies qualifier annotations.
S
- Scope - Annotation Type in javax.inject
-
Identifies scope annotations.
- Singleton - Annotation Type in javax.inject
-
Identifies a type that the injector only instantiates once.
V
G I J N P Q S VAll Classes All Packages