David
@MeetUpDsl class ATTENDEES : ArrayList<Attendee>() { fun person(init: BUILD.() -> Unit) = add(BUILD().apply(init).build()) }