Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanDisposer
- 
Packages that use SyntheticBeanDisposer Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.
- 
- 
Uses of SyntheticBeanDisposer in jakarta.enterprise.inject.build.compatible.spiMethod parameters in jakarta.enterprise.inject.build.compatible.spi with type arguments of type SyntheticBeanDisposer Modifier and Type Method Description SyntheticBeanBuilder<T>SyntheticBeanBuilder. disposeWith(Class<? extends SyntheticBeanDisposer<T>> disposerClass)Sets the class of the synthetic bean destruction function.
 
-