We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is
isSomething()
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).
get
SatelliteData
On another note, awesome library! Excellent work.
The text was updated successfully, but these errors were encountered:
Yea, you are right, I'll fix this!
Sorry, something went wrong.
@adam-arold you can close this one
No branches or pull requests
Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with
get
and notis
.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.
The text was updated successfully, but these errors were encountered: