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()