Skip to content

Instantly share code, notes, and snippets.

@benhlal
Created August 24, 2021 18:02
Show Gist options
  • Select an option

  • Save benhlal/2d3254339d218253a9db0506ca0303d1 to your computer and use it in GitHub Desktop.

Select an option

Save benhlal/2d3254339d218253a9db0506ca0303d1 to your computer and use it in GitHub Desktop.
// Your DTO
record Person (String firstName, String lastName, int age){}
//Usage in a TestClass (psvm)
var p = new Person('youness','ben',99);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment