-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Builder methods do not copy javadoc in last @param comment and @Singular and Sub Class #2934
Comments
Can confirm 1 and 2 but was unable to reproduce 3. |
The singular methods are a bit more complex because we generate multiple methods for the same field/parameter and only have one source comment. I think there are three possible solutions:
WDYT? |
oh.. it's complex... for example : I think that the solution can be applied to both the constructor parameter and the class field. |
This should work but it somehow feels wrong to add the javadoc to an annotation. This also means that there are two different locations for comments and that you have to use multiple concatenated strings for longer multiline comments. |
I agree with you |
related #2481
@param
casedo not generate last
@param
field comment@Singular
casedo not generate
@Singular
field and singular name of this field commentdo not generate all field comment
The text was updated successfully, but these errors were encountered: