public interface AnnotatedArrayType extends AnnotatedType
AnnotatedArrayType
代表潜在的注释使用数组类型,其组成类型本身可能代表一类注释的使用。
Modifier and Type | Method and Description |
---|---|
AnnotatedType |
getAnnotatedGenericComponentType()
返回这个数组类型的潜在注释的通用组件类型。
|
getType
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
AnnotatedType getAnnotatedGenericComponentType()
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.