Skip to content
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

Generate Text that builder has been generated #37

Open
ehmkah opened this issue Sep 28, 2017 · 3 comments
Open

Generate Text that builder has been generated #37

ehmkah opened this issue Sep 28, 2017 · 3 comments

Comments

@ehmkah
Copy link

ehmkah commented Sep 28, 2017

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
**/
@analytically
Copy link
Owner

analytically commented Sep 28, 2017

Source code should not be soiled with tooling plugin notices IMHO.

@ehmkah
Copy link
Author

ehmkah commented Oct 10, 2017

What a pitty. What it be okay to have it like a configuration option?

@analytically
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants