@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyDivisibleBy
JsonPropertyDivisibleBy
annotation is used to indicate the
the annotated integer property must be divisible by with no remainder.Modifier and Type | Optional Element and Description |
---|---|
int |
key
Defines the value that the annotated property contained keys must be
divisible by with no remainder.
|
int |
value
Defines the value that the annotated property or its contained values must
be divisible by with no remainder.
|
public abstract int value
Copyright (C) 2015-2017 The Helenus Driver Project Authors.