Class EmptyAnnotated

java.lang.Object
org.jboss.weld.annotated.EmptyAnnotated
All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated

public class EmptyAnnotated extends Object implements jakarta.enterprise.inject.spi.Annotated
  • Field Details

  • Method Details

    • getBaseType

      public Type getBaseType()
      Specified by:
      getBaseType in interface jakarta.enterprise.inject.spi.Annotated
    • getTypeClosure

      public Set<Type> getTypeClosure()
      Specified by:
      getTypeClosure in interface jakarta.enterprise.inject.spi.Annotated
    • getAnnotation

      public <T extends Annotation> T getAnnotation(Class<T> annotationType)
      Specified by:
      getAnnotation in interface jakarta.enterprise.inject.spi.Annotated
    • getAnnotations

      public <T extends Annotation> Set<T> getAnnotations(Class<T> annotationType)
      Specified by:
      getAnnotations in interface jakarta.enterprise.inject.spi.Annotated
    • getAnnotations

      public Set<Annotation> getAnnotations()
      Specified by:
      getAnnotations in interface jakarta.enterprise.inject.spi.Annotated
    • isAnnotationPresent

      public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
      Specified by:
      isAnnotationPresent in interface jakarta.enterprise.inject.spi.Annotated