-
- All Superinterfaces:
-
AnnotatedConstruct
,TypeMirror
public interface PrimitiveType extends TypeMirror
表示基本类型。 这些措施包括boolean
,byte
,short
,int
,long
,char
,float
和double
。- 从以下版本开始:
- 1.6
-
-
方法摘要
-
声明方法的接口 javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
-