Skip to content

Instantly share code, notes, and snippets.

@automationhacks
Created June 16, 2019 12:16
Show Gist options
  • Save automationhacks/f9090a01fb8cd9e6a05b3ce26d0bc118 to your computer and use it in GitHub Desktop.
Save automationhacks/f9090a01fb8cd9e6a05b3ce26d0bc118 to your computer and use it in GitHub Desktop.
Simple POJO in Kotlin
package _01_bean
class PersonKT(
val name: String,
val age: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment