@JavaDispatcher.Proxied(value="java.lang.reflect.AnnotatedWildcardType") protected static interface TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType
java.lang.reflect.AnnotatedWildcardType.| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement[] |
getAnnotatedLowerBounds(AnnotatedElement value)
Returns the supplied annotated element's annotated lower bounds.
|
boolean |
isInstance(AnnotatedElement value)
Returns
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType. |
@JavaDispatcher.Instance boolean isInstance(AnnotatedElement value)
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType.value - The annotated element to consider.true if the supplied instance is of type java.lang.reflect.AnnotatedWildcardType.AnnotatedElement[] getAnnotatedLowerBounds(AnnotatedElement value)
value - The annotated element to resolve.Copyright © 2014–2025. All rights reserved.