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

Class constants shouldn't be display in playground #215

Closed
osigge opened this issue Dec 16, 2016 · 0 comments
Closed

Class constants shouldn't be display in playground #215

osigge opened this issue Dec 16, 2016 · 0 comments
Milestone

Comments

@osigge
Copy link
Contributor

osigge commented Dec 16, 2016

If I have a (string) constant in my class e.g.

private static final TEST = "test";

this constant will show up in the playground. I expect it not to be shown.
Constants should be hidden by default, since you probably won't overwrite them. An alternative would be, to introduce a new property show on @ApiObjectField which toggles the inclusion on the playground (like in @ApiObject).

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