Skip to content

Instantly share code, notes, and snippets.

@rssh
Created September 15, 2014 04:38
Show Gist options
  • Save rssh/7baef0ef33054f0daf1d to your computer and use it in GitHub Desktop.
Save rssh/7baef0ef33054f0daf1d to your computer and use it in GitHub Desktop.
jdv_article3
public class Person extends DTOBase
{
public String firstName;
public String lastName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment