Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Packages that use BeanInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of BeanInfo in jakarta.enterprise.inject.build.compatible.spi
Subinterfaces of BeanInfo in jakarta.enterprise.inject.build.compatible.spi Modifier and Type Interface Description interface
InterceptorInfo
Interceptors are managed beans annotated@Interceptor
.Methods in jakarta.enterprise.inject.build.compatible.spi that return BeanInfo Modifier and Type Method Description BeanInfo
ObserverInfo. bean()
Returns thebean
that declares this observer method.Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type BeanInfo Modifier and Type Method Description void
Messages. error(String message, BeanInfo relatedTo)
Add an error which is related to givenBeanInfo
.void
Messages. info(String message, BeanInfo relatedTo)
Add an information message which is related to givenBeanInfo
.void
Messages. warn(String message, BeanInfo relatedTo)
Add a warning which is related to givenBeanInfo
.
-