@Documented @Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) @InheritedAnnotation public @interface EnsuresLTLengthOf
LTLengthOf
,
IndexChecker
Modifier and Type | Required Element and Description |
---|---|
String[] |
targetValue
Sequences, each of which is longer than the each of the expressions' value on successful
method termination.
|
String[] |
value
The Java expressions that are less than the length of the given sequences on successful
method termination.
|
public abstract String[] value
public abstract String[] targetValue
public abstract String[] offset
offset
element must ether be empty or the same
length as targetValue
.