Uses of Interface
jakarta.enterprise.inject.spi.Annotated
Packages that use Annotated
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
This package contains utility classes.
-
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() -
Uses of Annotated in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedModifier and TypeClassDescriptionclassclassclassclass -
Uses of Annotated in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util that return AnnotatedMethods in org.infinispan.cdi.common.util with parameters of type AnnotatedModifier and TypeMethodDescriptionstatic <A extends Annotation>
AReflections.getMetaAnnotation(Annotated element, Class<A> annotationType) Inspects an annotated element for the given meta annotation. -
Uses of Annotated in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder with parameters of type AnnotatedModifier and TypeMethodDescriptionprotected voidAnnotatedTypeBuilder.mergeAnnotationsOnElement(Annotated annotated, boolean overwriteExisting, AnnotationBuilder typeAnnotations)