Interface | Description |
---|---|
Provider<T> |
Factory to create instances of a bean.
|
Annotation Type | Description |
---|---|
Inject |
Designates fields, methods and constructors as injectable.
|
Named |
The @Named annotation for web beans
|
Qualifier |
Custom binding annotations are marked with @Qualifier
as a meta-annotation.
|
Scope |
The @Scope meta-annotation for web beans
|
Singleton |
The @ApplicationScoped represents the servlet application scope
|