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()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.