Skip to content

Javadoc is wrong when using adapters #673

@oliverunger

Description

@oliverunger

The generated javadocs are wrong when using Adapters. E.g.

    /**
     * Gets the value of the toDate property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public LocalDate getToDate() {
        return toDate;
    }

Is there a fix?
Is there a configuration option to suppress javadoc generation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-externalIssue concerns an external dependency

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions