@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Repeatable(value=DecimalMax.List.class) @Documented @Constraint(validatedBy={}) public @interface DecimalMax
サポートされる型は
BigDecimal
BigInteger
CharSequence
byte
、 short
、 int
、 long
、およびそれらを表すラッパーdouble
とfloat
はサポートされていないことに注意してください。
(一部のプロバイダは近似的なサポートを提供するかもしれません)
null
要素は有効とみなされます。
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.