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-purposeAlterableContextthat destroys a contextual instance when its thread-specific reference count drops to zero or less than zero.ReferenceCountedExtension AnExtensionthat installs and manages aReferenceCountedContext. -
Annotation Types Summary Annotation Type Description ReferenceCounted An annotation indicating the bean that is annotated belongs to theReferenceCountedContext.