@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface PodamStringValue
The strValue attribute takes precedence over length. If the
former was specified the latter will be ignored.
| Modifier and Type | Optional Element and Description |
|---|---|
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_LENGTHpublic abstract String strValue
public abstract String comment
Copyright © 2016. All rights reserved.