Class BackedAnnotatedMember<X>

All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated, jakarta.enterprise.inject.spi.AnnotatedMember<X>
Direct Known Subclasses:
BackedAnnotatedCallable, BackedAnnotatedField

public abstract class BackedAnnotatedMember<X> extends BackedAnnotated implements jakarta.enterprise.inject.spi.AnnotatedMember<X>
  • Constructor Details

  • Method Details

    • isStatic

      public boolean isStatic()
      Specified by:
      isStatic in interface jakarta.enterprise.inject.spi.AnnotatedMember<X>
    • getDeclaringType

      public BackedAnnotatedType<X> getDeclaringType()
      Specified by:
      getDeclaringType in interface jakarta.enterprise.inject.spi.AnnotatedMember<X>
    • getReflectionCache

      protected ReflectionCache getReflectionCache()
      Specified by:
      getReflectionCache in class BackedAnnotated