|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface PodamStringValue
Annotation used to customise string type attributes or constructor parameter.
The strValue
attribute takes precedence over length
. If the
former was specified the latter will be ignored.
Optional Element Summary | |
---|---|
String |
comment
It allows clients to specify a comment on this annotation |
int |
length
The length of the String for the annotated attribute. |
String |
strValue
If specified, it allows clients to specify an exact value for the string |
public abstract int length
PodamConstants.STR_DEFAULT_LENGTH
public abstract String strValue
public abstract String comment
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |