Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Kotlin models should be able to utilize internal visibility #106

Description

@anthonycr

Summary

Currently, Kotlin support in stag requires public visibility of setters and getters. This is because internal, private, and protected all prevent stag from seeing the setters and getters. internal should be supported, but cannot until there is a standalone kotlin stag compiler due to the way setter and getter names are created in java code for kotlin.

Proposed Spec

  • Kotlin fields should be able to reduce visibility of setters and getters to internal.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions