Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created June 28, 2018 09:42
Show Gist options
  • Save ssaurel/c02d31744486e5f823cbea6dedd2bd28 to your computer and use it in GitHub Desktop.
Save ssaurel/c02d31744486e5f823cbea6dedd2bd28 to your computer and use it in GitHub Desktop.
Player POJO for the SSaurel's Channel
package com.ssaurel.xmlparsing;
public class Player {
public String name, age, position;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment