Uses of Enum Class
org.osgi.service.cdi.ReferencePolicyOption
Package
Description
CDI Integration Package Version 1.0.
CDI Integration Package Version 1.0.
-
Uses of ReferencePolicyOption in org.osgi.service.cdi
Modifier and TypeMethodDescriptionstatic ReferencePolicyOption
Returns the enum constant of this class with the specified name.static ReferencePolicyOption[]
ReferencePolicyOption.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReferencePolicyOption in org.osgi.service.cdi.runtime.dto.template
Modifier and TypeFieldDescriptionReferenceTemplateDTO.policyOption
Indicates if the reference is greedy or reluctant in nature.