public interface AnnotatedTypeVariable extends AnnotatedType
AnnotatedTypeVariable
表示类型变量的潜在注释使用,其声明可能具有其自身表示注释类型使用的界限。
Modifier and Type | Method and Description |
---|---|
AnnotatedType[] |
getAnnotatedBounds()
返回此类型变量的可能注释的边界。
|
getType
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
AnnotatedType[] getAnnotatedBounds()
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.