モジュール java.base
パッケージ java.lang.reflect

インタフェースAnnotatedArrayType

  • すべてのスーパー・インタフェース:
    AnnotatedElement, AnnotatedType


    public interface AnnotatedArrayType
    extends AnnotatedType
    AnnotatedArrayTypeは、それ自体が型の注釈付きの使用を表すことができるコンポーネント型を持つ配列の型の潜在的に注釈付きの使用を表します。
    導入されたバージョン:
    1.8
    • メソッドの詳細

      • getAnnotatedGenericComponentType

        AnnotatedType getAnnotatedGenericComponentType​()
        この配列型の潜在的に注釈付きのジェネリック・コンポーネント型を返します。
        戻り値:
        この配列型の潜在的に注釈付きのジェネリック・コンポーネント型
        関連項目:
        GenericArrayType.getGenericComponentType()
      • getAnnotatedOwnerType

        AnnotatedType getAnnotatedOwnerType​()
        この型がネストされた型を表す場合、この型がメンバーになっている可能性のある注釈付きの型を返します。 たとえば、この型が@TA O<T>.I<S>の場合は、@TA O<T>の表現を返します。

        AnnotatedArrayTypeのインスタンスであるAnnotatedTypenullを返します。

        定義:
        インタフェースAnnotatedType内のgetAnnotatedOwnerType
        戻り値:
        null
        導入されたバージョン:
        9