private final long creationTime = System.currentTimeMillis();
so it still has advantages over making the field a Date object.
private final long creationTime = System.currentTimeMillis();
so it still has advantages over making the field a Date object.