Interface JavaDocComment

All Known Subinterfaces:
MessageInterface, MessageMethod

public interface JavaDocComment
Represents the JavaDoc's documentation.
Author:
James R. Perkins
  • Method Summary

    Modifier and Type
    Method
    Description
    The JavaDoc comments if available or null if there are no JavaDoc's present.
  • Method Details

    • getComment

      String getComment()
      The JavaDoc comments if available or null if there are no JavaDoc's present.
      Returns:
      the JavaDoc comments or null.