Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.utilities |
Modifier and Type | Method and Description |
---|---|
Unqualified |
ServiceLocator.getDefaultUnqualified()
This returns the default
Unqualified annotation that will be
put on all injection points that do not have any qualifiers. |
Unqualified |
Injectee.getUnqualified()
This method returns the
Unqualified annotation if it is present
on the injection point. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocator.setDefaultUnqualified(Unqualified unqualified)
This sets the default
Unqualified annotation that will be
put on all injection points that do not have any qualifiers. |
Modifier and Type | Method and Description |
---|---|
Unqualified |
InjecteeImpl.getUnqualified() |
Modifier and Type | Method and Description |
---|---|
void |
InjecteeImpl.setUnqualified(Unqualified unqualified)
Sets the unqualified annotation to be associated with this injectee
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.