Module  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>

        返回nullAnnotatedType这是实例AnnotatedArrayType

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