-  
       
- All Superinterfaces:
 -  
         
Type 
@Deprecated(since="9", forRemoval=true) public interface AnnotatedType extends Type
Deprecated, for removal: This API element is subject to removal in a future version.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.表示带注释的类型。 例如:@NonNull String@Positive int- 从以下版本开始:
 - 1.8
 
 
-  
        
       
-  
             
方法摘要
所有方法 实例方法 抽象方法 弃用的方法 变量和类型 方法 描述 AnnotationDesc[]annotations()不推荐使用,要删除:此API元素将在以后的版本中删除。返回与此类型关联的注释。TypeunderlyingType()不推荐使用,要删除:此API元素将在以后的版本中删除。返回基础类型。-  
               
声明方法的接口 com.sun.javadoc.Type
asAnnotatedType, asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, getElementType, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName 
 -  
               
 
 -  
             
 
-  
        
       
-  
             
方法详细信息
-  
annotations
AnnotationDesc[] annotations()
Deprecated, for removal: This API element is subject to removal in a future version.返回与此类型关联的注释。- 结果
 - 与此类型关联的注释
 
 
-  
underlyingType
Type underlyingType()
Deprecated, for removal: This API element is subject to removal in a future version.返回基础类型。- 结果
 - 基础类型
 
 
 -  
 
 -