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