Interface RepeatableComment


public interface RepeatableComment
Interface to define a comment that can be shared by more than one code unit.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the text of the repeatable comment.
    void
    setComment(String comment)
    Set the text of this repeatable comment.
  • Method Details

    • getComment

      String getComment()
      Get the text of the repeatable comment.
      Returns:
      comment
    • setComment

      void setComment(String comment)
      Set the text of this repeatable comment.
      Parameters:
      comment - new text for the repeatable comment