| Name | Description | Type | Package | Framework |
| CronExpression | The annotated element must be a valid Spring cron expression (6 fields). | Class | org.springframework.xd.module.options.validation | Spring XD |
| CronExpression .CronValidator | Class | org.springframework.xd.module.options.validation.CronExpression | Spring XD | |
| DateFormat | The annotated must be a valid SimpleDateFormat pattern. | Class | org.springframework.xd.module.options.validation | Spring XD |
| DateFormat .DateFormatValidator | Class | org.springframework.xd.module.options.validation.DateFormat | Spring XD | |
| DateWithCustomFormat | Used as a class level annotation to cross-validate a String representation of a date according to a date formatwhich is itself a property of the annotated class. | Class | org.springframework.xd.module.options.validation | Spring XD |
| DateWithCustomFormat .DateWithCustomFormatValidator | Class | org.springframework.xd.module.options.validation.DateWithCustomFormat | Spring XD | |
| DateWithCustomFormat .List | Defines several DateWithCustomFormat annotations on the same element. | Class | org.springframework.xd.module.options.validation.DateWithCustomFormat | Spring XD |
| Exclusives | Utility class for assisting in checking that mutually exclusive options are correctly set. | Class | org.springframework.xd.module.options.validation | Spring XD |