Interface Annotation.Builder

  • Method Details

    • title

      Annotation.Builder title(String title)

      The title of the annotation.

      Parameters:
      title - The title of the annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destructiveHint

      Annotation.Builder destructiveHint(Boolean destructiveHint)

      A hint indicating that the annotation contains potentially destructive content.

      Parameters:
      destructiveHint - A hint indicating that the annotation contains potentially destructive content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.