-
- All Superinterfaces:
-
Type
已过时。该包装中的声明已被包装jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。
@Deprecated public interface AnnotatedType extends Type
表示注释类型。 例如:@NonNull String
@Positive int
- 从以下版本开始:
- 1.8
-
-
方法摘要
所有方法 接口方法 抽象方法 弃用的方法 Modifier and Type 方法 描述 AnnotationDesc[]
annotations()
已过时。返回与此类型相关联的注释。Type
underlyingType()
已过时。返回底层类型。-
Methods inherited from interface com.sun.javadoc.Type
asAnnotatedType, asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, getElementType, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName
-
-
-
-
方法详细信息
-
annotations
AnnotationDesc[] annotations()
已过时。返回与此类型相关联的注释。- 结果
- 与此类型相关联的注释
-
underlyingType
Type underlyingType()
已过时。返回底层类型。- 结果
- 底层类型
-
-