public interface AnnotatedType extends AnnotatedElement
AnnotatedType
代表潜在的注释在程序中使用这个虚拟机正在运行的一种。可以使用的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.