アノテーション型 Digits
@TargetSE({METHODSE,FIELDSE,ANNOTATION_TYPESE,CONSTRUCTORSE,PARAMETERSE,TYPE_USESE}) @RetentionSE(RUNTIMESE) @RepeatableSE(List.class) @DocumentedSE @Constraint(validatedBy={}) public @interface Digits
アノテーション付き要素は、許容範囲内の数値である必要があります。サポートされている型は次のとおりです。
BigDecimal
BigInteger
CharSequence
byte
、short
、int
、long
とそれぞれのラッパー型
null
要素は有効と見なされます。- 作成者:
- Emmanuel Bernard