Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created April 30, 2019 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustarc/57334ce4539410d8d039f654b233551b to your computer and use it in GitHub Desktop.
Save agustarc/57334ce4539410d8d039f654b233551b to your computer and use it in GitHub Desktop.
@Preference
interface Account {
@PreferenceField(key = "pref_name", default = "leopold", predicate = { it.length > 2 })
var name: String
var age: Int
var hireable: Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment