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?
The generated javadocs are wrong when using Adapters. E.g.
Is there a fix?
Is there a configuration option to suppress javadoc generation?