Package grails.databinding
Annotation Type BindingFormat
-
@Retention(RUNTIME) @Target(FIELD) public @interface BindingFormatApply BindingFormat to a field to provide a format to be used when binding a String to this field.class DateContainer { @BindingFormat('MMddyyyy') Date someDate }- Since:
- 2.3