Interface AnnotatedMember<X>

    • Method Detail

      • 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