Skip to content

Instantly share code, notes, and snippets.

@marcosabel
Last active February 28, 2019 08:42
Show Gist options
  • Save marcosabel/69c41e3c657257135b2dc4b9576d0d89 to your computer and use it in GitHub Desktop.
Save marcosabel/69c41e3c657257135b2dc4b9576d0d89 to your computer and use it in GitHub Desktop.
import java.util.Calendar;
import lombok.Builder;
import lombok.Value;
@Builder
@Value
public class JacksonExample {
private String fieldOne;
private String fieldTwo;
private Calendar someDate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment