Uses of Interface
jakarta.enterprise.inject.spi.Annotated
Packages that use Annotated
Package
Description
The portable extension integration SPI.
-
Uses of Annotated in com.sun.faces.cdi
Methods in com.sun.faces.cdi with parameters of type AnnotatedModifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<A> CdiUtils.getAnnotation(BeanManager beanManager, Annotated annotated, Class<A> annotationType) Finds an annotation in an Annotated, taking stereo types into account -
Uses of Annotated in jakarta.enterprise.inject.spi
Subinterfaces of Annotated in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceRepresents a callable member of a Java type.interfaceRepresents a constructor of a Java class.interfaceRepresents a field of a Java class.interfaceRepresents a member of a Java type.interfaceRepresents a method of a Java type.interfaceRepresents a parameter of a method or constructor.interfaceRepresents a Java class or interface.Methods in jakarta.enterprise.inject.spi that return AnnotatedModifier and TypeMethodDescriptionInjectionPoint.getAnnotated()Obtain an instance ofAnnotatedFieldorAnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.ProcessBean.getAnnotated()Returns theAnnotatedTyperepresenting the bean class, theAnnotatedMethodrepresenting the producer method, or theAnnotatedFieldrepresenting the producer field.ProcessBeanAttributes.getAnnotated()