Uses of Interface
jakarta.enterprise.inject.spi.Annotated
Package
Description
The portable extension integration SPI.
-
Uses of Annotated in com.sun.faces.cdi
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Represents a callable member of a Java type.interface
Represents a constructor of a Java class.interface
Represents a field of a Java class.interface
Represents a member of a Java type.interface
Represents a method of a Java type.interface
Represents a parameter of a method or constructor.interface
Represents a Java class or interface.Modifier and TypeMethodDescriptionInjectionPoint.getAnnotated()
Obtain an instance ofAnnotatedField
orAnnotatedParameter
, depending upon whether the injection point is an injected field or a constructor/method parameter.ProcessBean.getAnnotated()
Returns theAnnotatedType
representing the bean class, theAnnotatedMethod
representing the producer method, or theAnnotatedField
representing the producer field.ProcessBeanAttributes.getAnnotated()