Skip to content

Class constants shouldn't be display in playground #215

Closed
@osigge

Description

@osigge

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions