| Package | Description |
|---|---|
| javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
| 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).
|
| org.jboss.weld.literal |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Dependent
Specifies that a bean belongs to the dependent pseudo-scope.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Singleton
Identifies a type that the injector only instantiates once.
|
| Modifier and Type | Field and Description |
|---|---|
static Scope |
ScopeLiteral.INSTANCE |
Copyright © 2015. All Rights Reserved.