Skip to content

Instantly share code, notes, and snippets.

View Redrield's full-sized avatar

Kaitlyn Kenwell Redrield

View GitHub Profile
@Redrield
Redrield / JUser.java
Last active September 7, 2017 03:13 — forked from Sxtanna/JUser.java
User Classes
import java.util.Objects;
public final class JUser {
private static final int DEFAULT_AGE = 1;
private static final String DEFAULT_MIDDLE = "";
// start fields
private int age;