Interface AnnotatedElement

    • Method Detail

      • isDeclaredNullable

        default boolean isDeclaredNullable()
        Returns:
        Whether the element is nullable.
      • isNullable

        default boolean isNullable()
        Returns:
        Whether the element is nullable.
      • isNonNull

        default boolean isNonNull()
        Returns:
        Whether the element is declared as not being null
      • isDeclaredNonNull

        default boolean isDeclaredNonNull()
        Returns:
        Whether the element is declared as not being null