Skip to content

Instantly share code, notes, and snippets.

@typekpb
Created June 11, 2013 17:00
Show Gist options
  • Save typekpb/5758627 to your computer and use it in GitHub Desktop.
Save typekpb/5758627 to your computer and use it in GitHub Desktop.
/**
* @author
*
*/
public class Person {
/**
*
*/
private String firstName;
/**
*
*/
private String middleName;
/**
*
*/
private String surname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment