Class UnbackedAnnotated

java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated
Direct Known Subclasses:
UnbackedAnnotatedMember, UnbackedAnnotatedParameter, UnbackedAnnotatedType

public abstract class UnbackedAnnotated extends BaseAnnotated
  • Constructor Details

  • Method Details

    • getAnnotation

      public <T extends Annotation> T getAnnotation(Class<T> annotationType)
    • getAnnotations

      public Set<Annotation> getAnnotations()
    • isAnnotationPresent

      public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
    • getTypeClosure

      public Set<Type> getTypeClosure()