Package io.helidon.integrations.cdi.referencecountedcontext
Provides classes and interfaces that support contextual reference
counting.
- See Also:
ReferenceCountedExtension
-
Class Summary Class Description ReferenceCountedContext A somewhat special-purposeAlterableContext
that destroys a contextual instance when its thread-specific reference count drops to zero or less than zero.ReferenceCountedExtension AnExtension
that installs and manages aReferenceCountedContext
. -
Annotation Types Summary Annotation Type Description ReferenceCounted An annotation indicating the bean that is annotated belongs to theReferenceCountedContext
.