public interface AnnotatedWildcardType extends AnnotatedType
AnnotatedWildcardType
表示通配符类型参数的潜在注释使用,其上限或下限本身可以表示类型的注释使用。
Modifier and Type | Method and Description |
---|---|
AnnotatedType[] |
getAnnotatedLowerBounds()
返回此通配符类型的潜在注释下限。
|
AnnotatedType[] |
getAnnotatedUpperBounds()
返回此通配符类型的可能注释的上限。
|
getType
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
AnnotatedType[] getAnnotatedLowerBounds()
AnnotatedType[] getAnnotatedUpperBounds()