Uses of Interface
jakarta.enterprise.inject.spi.Annotated
-
Packages that use Annotated Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of Annotated in jakarta.enterprise.inject.spi
Subinterfaces of Annotated in jakarta.enterprise.inject.spi Modifier and Type Interface Description interface
AnnotatedCallable<X>
Represents a callable member of a Java type.interface
AnnotatedConstructor<X>
Represents a constructor of a Java class.interface
AnnotatedField<X>
Represents a field of a Java class.interface
AnnotatedMember<X>
Represents a member of a Java type.interface
AnnotatedMethod<X>
Represents a method of a Java type.interface
AnnotatedParameter<X>
Represents a parameter of a method or constructor.interface
AnnotatedType<X>
Represents a Java class or interface.Methods in jakarta.enterprise.inject.spi that return Annotated Modifier and Type Method Description Annotated
InjectionPoint. getAnnotated()
Obtain an instance ofAnnotatedField
orAnnotatedParameter
, depending upon whether the injection point is an injected field or a constructor/method parameter.Annotated
ProcessBean. getAnnotated()
Returns theAnnotatedType
representing the bean class, theAnnotatedMethod
representing the producer method, or theAnnotatedField
representing the producer field.Annotated
ProcessBeanAttributes. getAnnotated()
-