interface |
PodamBooleanValue |
Annotation used to customise a boolean value on the annotated field
|
interface |
PodamByteValue |
Annotation used to customise min and max values of a byte type attribute or
constructor parameter.
|
interface |
PodamCharValue |
Annotation used to customise min and max values of a char type attribute or
constructor parameter.
|
interface |
PodamCollection |
Annotation used to customise collection-type elements
|
interface |
PodamConstructor |
It identifies a constructor to use in order to create an instance of a class.
|
interface |
PodamDoubleValue |
Annotation used to customise min and max values on a double type attribute or
constructor parameter.
|
interface |
PodamExclude |
Annotation which will have PODAM to skip the annotated attribute from
consideration.
|
interface |
PodamFloatValue |
Annotation used to customise min and max values on a float type attribute or
constructor parameter.
|
interface |
PodamIntValue |
Annotation used to customise min and max values on an integer type attribute
or constructor parameter.
|
interface |
PodamLongValue |
Annotation used to customise min and max values on a long type attribute or
constructor parameter.
|
interface |
PodamShortValue |
Annotation used to customise min and max values of a short type attribute or
constructor parameter.
|
interface |
PodamStrategyValue |
Annotation to drive the value of the annotated attribute.
|
interface |
PodamStringValue |
Annotation used to customise string type attributes or constructor parameter.
|