Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.SyntheticObserver
-
Packages that use SyntheticObserver Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of SyntheticObserver in jakarta.enterprise.inject.build.compatible.spi
Method parameters in jakarta.enterprise.inject.build.compatible.spi with type arguments of type SyntheticObserver Modifier and Type Method Description SyntheticObserverBuilder<T>
SyntheticObserverBuilder. observeWith(java.lang.Class<? extends SyntheticObserver<T>> observerClass)
Sets the class of the synthetic observer event notification function.
-