Skip to content

Instantly share code, notes, and snippets.

@spati-java
Created September 14, 2018 13:46
Show Gist options
  • Select an option

  • Save spati-java/4c69464382d2af9dcddce59fffab632b to your computer and use it in GitHub Desktop.

Select an option

Save spati-java/4c69464382d2af9dcddce59fffab632b to your computer and use it in GitHub Desktop.
@Data
public class ProfileDocument {
private String id;
private String firstName;
private String lastName;
private List<Technologies> technologies;
private List<String> emails;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment