Guest User

Untitled

a guest
Mar 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class User(val name: String)
  2.  
  3. Intrinsics.checkParameterIsNotNull(name)
  4.  
  5. class User(@field:NotNull @field:Email val name: String)
Add Comment
Please, Sign In to add comment