Uses of Interface
jakarta.enterprise.inject.spi.Annotated
-
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()