public interface AnnotatedType extends AnnotatedElement
AnnotatedType
表示当前在此VM中运行的程序中可能注释的类型的使用。
使用可能是Java编程语言中的任何类型,包括数组类型,参数化类型,类型变量或通配符类型。
Modifier and Type | Method and Description |
---|---|
Type |
getType()
返回此注释类型表示的底层类型。
|
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
Type getType()
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.