Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable
-
- Enclosing class:
- TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable
@Proxied("java.lang.reflect.TypeVariable") protected static interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable
A proxy to interact withjava.lang.reflect.TypeVariable
.
-
-
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.
-
-