id property

  1. @Json.new(ignore: true)
String id
getter/setter pair

Implementation

@Json(ignore: true)
String id = Uuid().v4();