Interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedElement[] getAnnotatedBounds​(java.lang.Object value)
      Returns the supplied annotated type variable's annotated bounds or an empty array if this feature is not supported.
    • Method Detail

      • getAnnotatedBounds

        @Defaults
        java.lang.reflect.AnnotatedElement[] getAnnotatedBounds​(java.lang.Object value)
        Returns the supplied annotated type variable's annotated bounds or an empty array if this feature is not supported.
        Parameters:
        value - The annotated type variable to resolve.
        Returns:
        An array of annotated upper bounds for the supplied annotated type variable or an empty array if this feature is not supported.