Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Packages that use ObserverInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of ObserverInfo in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type ObserverInfo Modifier and Type Method Description void
Messages. error(String message, ObserverInfo relatedTo)
Add an error which is related to givenObserverInfo
.void
Messages. info(String message, ObserverInfo relatedTo)
Add an information message which is related to givenObserverInfo
.void
Messages. warn(String message, ObserverInfo relatedTo)
Add a warning which is related to givenObserverInfo
.
-