You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about to extend the innerbuilder so that it is obvious to see that the builder has been generated? Reason: We are using the builder in some of our classes and if they are changed we do not want the engineers to modify the the builder manually. The should regenerate, similiar how the generate equals, hashCode and toString.
Something like
/**
* generated with innerbuilder
**/
The text was updated successfully, but these errors were encountered:
Still don't think that's a good idea, and the plugin already has many configuration options. I might however accept a PR where the configuration is pushed back to IntelliJ's settings.
What do you think about to extend the innerbuilder so that it is obvious to see that the builder has been generated? Reason: We are using the builder in some of our classes and if they are changed we do not want the engineers to modify the the builder manually. The should regenerate, similiar how the generate equals, hashCode and toString.
Something like
The text was updated successfully, but these errors were encountered: