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


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

Annotation used to customise min and max values of a char type attribute or constructor parameter.

Author:
mtedone

Optional Element Summary
 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
 

minValue

public abstract char minValue
The minimum value for the annotated field

Default:
0

maxValue

public abstract char maxValue
The minimum value for the annotated field

Default:
0

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.