uk.co.jemos.podam.annotations
Annotation Type PodamFloatValue


@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface PodamFloatValue

Annotation used to customise min and max values on a float type attribute or constructor parameter.

Author:
mtedone

Optional Element Summary
 String comment
          It allows clients to make comments
 float maxValue
          The minimum value for the annotated field
 float minValue
          The minimum value for the annotated field
 

minValue

public abstract float minValue
The minimum value for the annotated field

Default:
0.0f

maxValue

public abstract float maxValue
The minimum value for the annotated field

Default:
0.0f

comment

public abstract String comment
It allows clients to make comments

Default:
""

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.