模块  java.base
软件包  java.lang.reflect

Interface AnnotatedArrayType

  • All Superinterfaces:
    AnnotatedElementAnnotatedType

    public interface AnnotatedArrayType
    extends AnnotatedType
    AnnotatedArrayType表示可能带注释的数组类型的使用,其组件类型本身可以表示对类型的带注释的用法。
    从以下版本开始:
    1.8
    • 方法详细信息

      • getAnnotatedOwnerType

        AnnotatedType getAnnotatedOwnerType()
        如果此类型表示嵌套类型,则返回此类型所属的潜在注释类型。 例如,如果此类型为@TA O<T>.I<S> ,则返回@TA O<T>.I<S>的表示@TA O<T>

        对于AnnotatedType ,返回null ,该实例为AnnotatedArrayType

        Specified by:
        getAnnotatedOwnerType在接口 AnnotatedType
        结果
        null
        从以下版本开始:
        9