Annotation Interface Date


@Retention(RUNTIME) @Target(FIELD) public @interface Date
Used to label fields that should be treated as dates (or timestamps), despite having a Long type (as they persist as epoch timestamps).