Interface TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedElement getAnnotatedOwnerType​(java.lang.reflect.AnnotatedElement value)
      Returns the type's annotated owner type or null if this feature is not supported.
    • Method Detail

      • getAnnotatedOwnerType

        @Defaults
        java.lang.reflect.AnnotatedElement getAnnotatedOwnerType​(java.lang.reflect.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.