Interface HasJavadoc<T extends HasJavadoc<T>>

    • Method Detail

      • set

        T set​(Javadoc doc)
        Sets the Javadoc of this model.
        Parameters:
        doc - the javadoc
        Returns:
        a reference to this
      • javadoc

        default T javadoc​(Javadoc doc)
        Sets the Javadoc of this model. This method is a synonym for set(Javadoc).
        Parameters:
        doc - the javadoc
        Returns:
        a reference to this
        Since:
        2.5
      • getJavadoc

        Optional<Javadoc> getJavadoc()
        Returns the documentation of this model if such exists, else empty.
        Returns:
        the documentation or empty