Interface TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType

Enclosing class:
TypeDescription.Generic.AnnotationReader.ForOwnerType

@Proxied("java.lang.reflect.AnnotatedType") protected static interface TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType
A proxy to interact with java.lang.reflect.AnnotatedType.
  • Method Details

    • getAnnotatedOwnerType

      @MaybeNull @Defaults AnnotatedElement getAnnotatedOwnerType(AnnotatedElement value)
      Returns the type's annotated owner type or null if this feature is not supported.
      Parameters:
      value - The annotated type to resolve.
      Returns:
      The annotated owner type for the supplied annotated type or null if this feature is not supported.