@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface PodamCharValue
| Modifier and Type | Optional Element and Description |
|---|---|
char |
charValue
A precise char value to assign to the annotated attribute.
|
String |
comment
It allows clients to make comments
|
char |
maxValue
The minimum value for the annotated field
|
char |
minValue
The minimum value for the annotated field
|
public abstract char minValue
public abstract char maxValue
public abstract String comment
public abstract char charValue
If set, it will take precedence over all other annotation attributes
(e.g. min/max). It is assumed that if the value of charValue is
the default, the user didn't set it and therefore this value will not
take precedence over minValue and maxValue.
This attribute defaults to an empty char.
Copyright © 2015. All rights reserved.