| Enum | Description | 
|---|---|
| Pattern.Flag | Possible Regexp flags | 
| Annotation Type | Description | 
|---|---|
| AssertFalse | The annotated element must be false. | 
| AssertFalse.List | Defines several  @AssertFalseannotations on the same element | 
| AssertTrue | The annotated element must be true. | 
| AssertTrue.List | Defines several  @AssertTrueannotations on the same element | 
| DecimalMax | The annotated element must be a number whose value must be lower or
 equal to the specified maximum. | 
| DecimalMax.List | Defines several  @DecimalMaxannotations on the same element | 
| DecimalMin | The annotated element must be a number whose value must be higher or
 equal to the specificed minimum. | 
| DecimalMin.List | Defines several  @DecimalMinannotations on the same element | 
| Digits | The annotated element must be a number within accepted range
 Supported types are:
 
  BigDecimalBigIntegerStringbyte,short,int,long,
 and their respective wrapper typesnullelements are considered valid | 
| Digits.List | Defines several  @Digitsannotations on the same element | 
| Future | The annotated element must be a date in the future. | 
| Future.List | Defines several  @Futureannotations on the same element | 
| Max | The annotated element must be a number whose value must be lower or
 equal to the specified maximum. | 
| Max.List | Defines several  @Maxannotations on the same element | 
| Min | The annotated element must be a number whose value must be higher or
 equal to the specified minimum. | 
| Min.List | Defines several  @Minannotations on the same element | 
| NotNull | The annotated element must not be  null. | 
| NotNull.List | Defines several  @NotNullannotations on the same element | 
| Null | The annotated element must be  null. | 
| Null.List | Defines several  @Nullannotations on the same element | 
| Past | The annotated element must be a date in the past. | 
| Past.List | Defines several  @Pastannotations on the same element | 
| Pattern | The annotated String must match the following regular expression. | 
| Pattern.List | Defines several  @Patternannotations on the same element | 
| Size | The annotated element size must be between the specified boundaries (included). | 
| Size.List | Defines several  @Sizeannotations on the same element | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.