Last active
December 19, 2016 14:32
-
-
Save sliskiCode/06fb8c3a50efa7d0a7628eaa130e6dfb to your computer and use it in GitHub Desktop.
Living (Android) without Kotlin #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import lombok.Data; | |
| @Data class Person { | |
| final String name; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment