Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active December 19, 2016 14:32
Show Gist options
  • Select an option

  • Save sliskiCode/06fb8c3a50efa7d0a7628eaa130e6dfb to your computer and use it in GitHub Desktop.

Select an option

Save sliskiCode/06fb8c3a50efa7d0a7628eaa130e6dfb to your computer and use it in GitHub Desktop.
Living (Android) without Kotlin #3
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