How to give start date as System.currentTimeMillis()
for default value in the request param for my controller method? Since this is a variable (requires constant), is there any other way to set this as default value? Like this:
@RequestParam(value = "start", required = false, defaultValue = System.currentTimeMillis() ) long startDate