-
- All Superinterfaces:
-
AnnotatedConstruct
,TypeMirror
- All Known Subinterfaces:
-
ArrayType
,DeclaredType
,ErrorType
,NullType
,TypeVariable
public interface ReferenceType extends TypeMirror
表示引用类型。 这些包括类和接口类型,数组类型,类型变量和null类型。- 从以下版本开始:
- 1.6
-
-
方法摘要
-
声明方法的接口 javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
-