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

Kotlin models should be able to utilize internal visibility #106

Open
anthonycr opened this issue May 30, 2017 · 0 comments
Open

Kotlin models should be able to utilize internal visibility #106

anthonycr opened this issue May 30, 2017 · 0 comments
Assignees

Comments

@anthonycr
Copy link
Contributor

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant