Interface AnnotationValue.Builder

    • Method Detail

      • numberValue

        AnnotationValue.Builder numberValue​(Double numberValue)

        Value for a Number annotation.

        Parameters:
        numberValue - Value for a Number annotation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • booleanValue

        AnnotationValue.Builder booleanValue​(Boolean booleanValue)

        Value for a Boolean annotation.

        Parameters:
        booleanValue - Value for a Boolean annotation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValue

        AnnotationValue.Builder stringValue​(String stringValue)

        Value for a String annotation.

        Parameters:
        stringValue - Value for a String annotation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.