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

Support overriding the visibility of the generated accessors #15

Open
nesk opened this issue Oct 7, 2023 · 0 comments
Open

Support overriding the visibility of the generated accessors #15

nesk opened this issue Oct 7, 2023 · 0 comments
Labels
enhancement New feature or request ksp-plugin The KSP plugin is involved

Comments

@nesk
Copy link
Owner

nesk commented Oct 7, 2023

  • we sould ignore all private/protected properties
  • we should generate accessors for internal/public properties
  • a property can be public in a private class, we should be careful with this
  • the accessor should have the same visibility than the property
  • the user should be able to override the visibility of the whole accessors, to force them being internal for example, to avoid leaks into the public API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ksp-plugin The KSP plugin is involved
Projects
Status: No status
Development

No branches or pull requests

1 participant