java - Spring MVC Date Validation jsr303 today or greater than today -


i have field :

private date effectivedate; 

i intend use jsr303 validation , need validate date today or greater today.

i unable find annotation this.

i came across @past , @future need @todayorfuture

is there such existing annotation or require custom annotation?

all inputs appreciated.

thanks


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -