@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(Negative.List.class)
@Documented
@Constraint(validatedBy={})
public @interface Negative
The annotated element must be a strictly negative number (i.e. 0 is considered as an
 invalid value).
 
Supported types are:
BigDecimalBigIntegerbyte,short,int,long,float,doubleand their respective wrappers
 null elements are considered valid.
- Since:
 - 2.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines severalNegativeconstraints on the same element. - 
Optional Element Summary
Optional Elements