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

Accessing boolean fields in Kotlin using is prefix: isSomething() #42

Open
aaiezza opened this issue Jan 6, 2019 · 2 comments
Open

Comments

@aaiezza
Copy link

aaiezza commented Jan 6, 2019

Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with get and not is.
But I'm currently in the process of implementing SatelliteData and Lombok is not playing nice with these methods since they break naming convention. (https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt#L20,L30).

On another note, awesome library! Excellent work.

@adam-arold
Copy link
Member

Yea, you are right, I'll fix this!

@drekbour
Copy link
Contributor

@adam-arold you can close this one

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

3 participants