Interface AnnotatedMember<X>

    • Method Detail

      • getJavaMember

        java.lang.reflect.Member getJavaMember​()

        Get the underlying Member.

        Returns:
        the Member
      • isStatic

        boolean isStatic​()

        Determines if the member is static.

        Returns:
        true if the member is static
      • getDeclaringType

        AnnotatedType<X> getDeclaringType​()

        Get the type which defines this member.

        Returns:
        the type which defines this member