Interface Javadoc

    • Method Detail

      • setText

        Javadoc setText​(String text)
        Sets the body text shown in the javadoc.
        Parameters:
        text - the text
        Returns:
        a reference to this model
      • getText

        String getText()
        Returns the body text shown in the javadoc.
        Returns:
        the body documentation text
      • of

        static Javadoc of()
        Creates a new instance implementing this interface by using the default implementation.
        Returns:
        the new instance
      • of

        static Javadoc of​(String text)
        Creates a new instance implementing this interface by using the default implementation.
        Parameters:
        text - the documentation
        Returns:
        the new instance